Fossil SCM
Cherrypick [849cf1d1]: Minor comment correction, no functional change.
Commit
2c77d1d64315cc0bbb44ca9fd9509dcf298d9923
Parent
9037c8033fdc98f…
1 file changed
+1
-1
+1
-1
| --- src/main.c | ||
| +++ src/main.c | ||
| @@ -135,11 +135,11 @@ | ||
| 135 | 135 | char *zRepositoryOption; /* Most recent cached repository option value */ |
| 136 | 136 | char *zRepositoryName; /* Name of the repository database */ |
| 137 | 137 | char *zLocalDbName; /* Name of the local database */ |
| 138 | 138 | const char *zMainDbType;/* "configdb", "localdb", or "repository" */ |
| 139 | 139 | const char *zConfigDbType; /* "configdb", "localdb", or "repository" */ |
| 140 | - char *zOpenRevision; /* Check-in version to during database open */ | |
| 140 | + char *zOpenRevision; /* Check-in version to use during database open */ | |
| 141 | 141 | int localOpen; /* True if the local database is open */ |
| 142 | 142 | char *zLocalRoot; /* The directory holding the local database */ |
| 143 | 143 | int minPrefix; /* Number of digits needed for a distinct UUID */ |
| 144 | 144 | int fSqlTrace; /* True if --sqltrace flag is present */ |
| 145 | 145 | int fSqlStats; /* True if --sqltrace or --sqlstats are present */ |
| 146 | 146 |
| --- src/main.c | |
| +++ src/main.c | |
| @@ -135,11 +135,11 @@ | |
| 135 | char *zRepositoryOption; /* Most recent cached repository option value */ |
| 136 | char *zRepositoryName; /* Name of the repository database */ |
| 137 | char *zLocalDbName; /* Name of the local database */ |
| 138 | const char *zMainDbType;/* "configdb", "localdb", or "repository" */ |
| 139 | const char *zConfigDbType; /* "configdb", "localdb", or "repository" */ |
| 140 | char *zOpenRevision; /* Check-in version to during database open */ |
| 141 | int localOpen; /* True if the local database is open */ |
| 142 | char *zLocalRoot; /* The directory holding the local database */ |
| 143 | int minPrefix; /* Number of digits needed for a distinct UUID */ |
| 144 | int fSqlTrace; /* True if --sqltrace flag is present */ |
| 145 | int fSqlStats; /* True if --sqltrace or --sqlstats are present */ |
| 146 |
| --- src/main.c | |
| +++ src/main.c | |
| @@ -135,11 +135,11 @@ | |
| 135 | char *zRepositoryOption; /* Most recent cached repository option value */ |
| 136 | char *zRepositoryName; /* Name of the repository database */ |
| 137 | char *zLocalDbName; /* Name of the local database */ |
| 138 | const char *zMainDbType;/* "configdb", "localdb", or "repository" */ |
| 139 | const char *zConfigDbType; /* "configdb", "localdb", or "repository" */ |
| 140 | char *zOpenRevision; /* Check-in version to use during database open */ |
| 141 | int localOpen; /* True if the local database is open */ |
| 142 | char *zLocalRoot; /* The directory holding the local database */ |
| 143 | int minPrefix; /* Number of digits needed for a distinct UUID */ |
| 144 | int fSqlTrace; /* True if --sqltrace flag is present */ |
| 145 | int fSqlStats; /* True if --sqltrace or --sqlstats are present */ |
| 146 |