Fossil SCM

Fix typo in win32_fatal_error().

mistachkin 2012-09-24 11:48 trunk
Commit 9301375f3e9a35e210b3d2137742f87d1fc7d7c4
1 file changed +1 -1
+1 -1
--- src/popen.c
+++ src/popen.c
@@ -25,11 +25,11 @@
2525
#include <fcntl.h>
2626
/*
2727
** Print a fatal error and quit.
2828
*/
2929
static void win32_fatal_error(const char *zMsg){
30
- fossil_fatal("%s");
30
+ fossil_fatal("%s", zMsg);
3131
}
3232
#endif
3333
3434
/*
3535
** The following macros are used to cast pointers to integers and
3636
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button