Fossil SCM
Since checkin [d8c32ebdff], file_fullexename() function is supported windows, remove comment saying otherwize. (no code change)
Commit
491b986d0de38fb55a86925267dbe9b1de4f590a055049592742bf78f7f25201
Parent
c67d54010d5b3e1…
1 file changed
-3
-3
| --- src/file.c | ||
| +++ src/file.c | ||
| @@ -1295,13 +1295,10 @@ | ||
| 1295 | 1295 | /* |
| 1296 | 1296 | ** The input is the name of an executable, such as one might |
| 1297 | 1297 | ** type on a command-line. This routine resolves that name into |
| 1298 | 1298 | ** a full pathname. The result is obtained from fossil_malloc() |
| 1299 | 1299 | ** and should be freed by the caller. |
| 1300 | -** | |
| 1301 | -** This routine only works on unix. On Windows, simply return | |
| 1302 | -** a copy of the input. | |
| 1303 | 1300 | */ |
| 1304 | 1301 | char *file_fullexename(const char *zCmd){ |
| 1305 | 1302 | #ifdef _WIN32 |
| 1306 | 1303 | char *zPath; |
| 1307 | 1304 | char *z = 0; |
| 1308 | 1305 |
| --- src/file.c | |
| +++ src/file.c | |
| @@ -1295,13 +1295,10 @@ | |
| 1295 | /* |
| 1296 | ** The input is the name of an executable, such as one might |
| 1297 | ** type on a command-line. This routine resolves that name into |
| 1298 | ** a full pathname. The result is obtained from fossil_malloc() |
| 1299 | ** and should be freed by the caller. |
| 1300 | ** |
| 1301 | ** This routine only works on unix. On Windows, simply return |
| 1302 | ** a copy of the input. |
| 1303 | */ |
| 1304 | char *file_fullexename(const char *zCmd){ |
| 1305 | #ifdef _WIN32 |
| 1306 | char *zPath; |
| 1307 | char *z = 0; |
| 1308 |
| --- src/file.c | |
| +++ src/file.c | |
| @@ -1295,13 +1295,10 @@ | |
| 1295 | /* |
| 1296 | ** The input is the name of an executable, such as one might |
| 1297 | ** type on a command-line. This routine resolves that name into |
| 1298 | ** a full pathname. The result is obtained from fossil_malloc() |
| 1299 | ** and should be freed by the caller. |
| 1300 | */ |
| 1301 | char *file_fullexename(const char *zCmd){ |
| 1302 | #ifdef _WIN32 |
| 1303 | char *zPath; |
| 1304 | char *z = 0; |
| 1305 |