DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New]
Link: http://www.fltk.org/str.php?L1672
Version: 2.0-feature
Link: http://www.fltk.org/str.php?L1672
Version: 2.0-feature
diff -aur fltk-2.0.x-r5917.orig/src/message.cxx fltk-2.0.x-r5917/src/message.cxx
--- fltk-2.0.x-r5917.orig/src/message.cxx 2007-06-27 22:09:06.000000000
-0500
+++ fltk-2.0.x-r5917/src/message.cxx 2007-09-26 20:20:26.000000000 -0500
@@ -298,6 +298,8 @@
va_start(ap, b2);
int r = innards("?", 0, 0, fmt, ap, b2, b1, b0);
va_end(ap);
+ if(r<0)
+ return r;
return 2-r;
}
@@ -308,6 +310,8 @@
va_start(ap, b2);
int r = innards("!", 0, 0, fmt, ap, b2, b1, b0);
va_end(ap);
+ if(r<0)
+ return r;
return 2-r;
}
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev