FLTK logo

[master] c70a091 - Match format specifier and variable type.

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[master] c70a091 - Match format specifier and variable type. "ManoloFLTK" Nov 24, 2020  
 
commit c70a091fa3bfbaa4e28d456a3dac7214217aa206
Author:     ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
AuthorDate: Wed Nov 25 08:29:25 2020 +0100
Commit:     ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
CommitDate: Wed Nov 25 08:29:47 2020 +0100

    Match format specifier and variable type.

 test/demo.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git test/demo.cxx test/demo.cxx
index d766e65..14c86fc 100644
--- test/demo.cxx
+++ 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__
Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.