Fossil SCM
Fix typo in win32_fatal_error().
Commit
9301375f3e9a35e210b3d2137742f87d1fc7d7c4
Parent
03424a031b60827…
1 file changed
+1
-1
+1
-1
| --- src/popen.c | ||
| +++ src/popen.c | ||
| @@ -25,11 +25,11 @@ | ||
| 25 | 25 | #include <fcntl.h> |
| 26 | 26 | /* |
| 27 | 27 | ** Print a fatal error and quit. |
| 28 | 28 | */ |
| 29 | 29 | static void win32_fatal_error(const char *zMsg){ |
| 30 | - fossil_fatal("%s"); | |
| 30 | + fossil_fatal("%s", zMsg); | |
| 31 | 31 | } |
| 32 | 32 | #endif |
| 33 | 33 | |
| 34 | 34 | /* |
| 35 | 35 | ** The following macros are used to cast pointers to integers and |
| 36 | 36 |
| --- src/popen.c | |
| +++ src/popen.c | |
| @@ -25,11 +25,11 @@ | |
| 25 | #include <fcntl.h> |
| 26 | /* |
| 27 | ** Print a fatal error and quit. |
| 28 | */ |
| 29 | static void win32_fatal_error(const char *zMsg){ |
| 30 | fossil_fatal("%s"); |
| 31 | } |
| 32 | #endif |
| 33 | |
| 34 | /* |
| 35 | ** The following macros are used to cast pointers to integers and |
| 36 |
| --- src/popen.c | |
| +++ src/popen.c | |
| @@ -25,11 +25,11 @@ | |
| 25 | #include <fcntl.h> |
| 26 | /* |
| 27 | ** Print a fatal error and quit. |
| 28 | */ |
| 29 | static void win32_fatal_error(const char *zMsg){ |
| 30 | fossil_fatal("%s", zMsg); |
| 31 | } |
| 32 | #endif |
| 33 | |
| 34 | /* |
| 35 | ** The following macros are used to cast pointers to integers and |
| 36 |