Fossil SCM
Remove surplus ":" from the user-home: line in windows builds. Ticket [eff2cbe5ae11c]
Commit
0ee44737e88ad0225f786fabd6b073d625ba508f
Parent
d5dd493b00208ce…
1 file changed
+1
-1
+1
-1
| --- src/info.c | ||
| +++ src/info.c | ||
| @@ -143,11 +143,11 @@ | ||
| 143 | 143 | printf("project-name: %s\n", db_get("project-name", "<unnamed>")); |
| 144 | 144 | printf("repository: %s\n", db_lget("repository", "")); |
| 145 | 145 | printf("local-root: %s\n", g.zLocalRoot); |
| 146 | 146 | #ifdef __MINGW32__ |
| 147 | 147 | if( g.zHome ){ |
| 148 | - printf("user-home: : %s\n", g.zHome); | |
| 148 | + printf("user-home: %s\n", g.zHome); | |
| 149 | 149 | } |
| 150 | 150 | #endif |
| 151 | 151 | printf("project-code: %s\n", db_get("project-code", "")); |
| 152 | 152 | printf("server-code: %s\n", db_get("server-code", "")); |
| 153 | 153 | vid = db_lget_int("checkout", 0); |
| 154 | 154 |
| --- src/info.c | |
| +++ src/info.c | |
| @@ -143,11 +143,11 @@ | |
| 143 | printf("project-name: %s\n", db_get("project-name", "<unnamed>")); |
| 144 | printf("repository: %s\n", db_lget("repository", "")); |
| 145 | printf("local-root: %s\n", g.zLocalRoot); |
| 146 | #ifdef __MINGW32__ |
| 147 | if( g.zHome ){ |
| 148 | printf("user-home: : %s\n", g.zHome); |
| 149 | } |
| 150 | #endif |
| 151 | printf("project-code: %s\n", db_get("project-code", "")); |
| 152 | printf("server-code: %s\n", db_get("server-code", "")); |
| 153 | vid = db_lget_int("checkout", 0); |
| 154 |
| --- src/info.c | |
| +++ src/info.c | |
| @@ -143,11 +143,11 @@ | |
| 143 | printf("project-name: %s\n", db_get("project-name", "<unnamed>")); |
| 144 | printf("repository: %s\n", db_lget("repository", "")); |
| 145 | printf("local-root: %s\n", g.zLocalRoot); |
| 146 | #ifdef __MINGW32__ |
| 147 | if( g.zHome ){ |
| 148 | printf("user-home: %s\n", g.zHome); |
| 149 | } |
| 150 | #endif |
| 151 | printf("project-code: %s\n", db_get("project-code", "")); |
| 152 | printf("server-code: %s\n", db_get("server-code", "")); |
| 153 | vid = db_lget_int("checkout", 0); |
| 154 |