Match format specifier and variable type.

This commit is contained in:
ManoloFLTK 2020-11-25 08:29:25 +01:00
parent df4ae812b4
commit c70a091fa3

View File

@ -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__