diff options
| -rw-r--r-- | test/demo.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/demo.cxx b/test/demo.cxx index d766e6518..14c86fccf 100644 --- a/test/demo.cxx +++ b/test/demo.cxx @@ -415,7 +415,7 @@ void dobut(Fl_Widget *, long arg) { NULL, &suInfo, &prInfo); if (!stat) { DWORD err = GetLastError(); - fl_alert("Error starting process, error #%d\n'%s'", err, command); + fl_alert("Error starting process, error #%lu\n'%s'", err, command); } #elif defined __APPLE__ |
