Author: matt
Date: 2010-04-15 01:56:37 -0700 (Thu, 15 Apr 2010)
New Revision: 7507
Log:
Small fixes

Modified:
   branches/branch-1.3/FL/fl_utf8.h
   branches/branch-1.3/src/Fl_Quartz_Printer.mm

Modified: branches/branch-1.3/FL/fl_utf8.h
===================================================================
--- branches/branch-1.3/FL/fl_utf8.h    2010-04-15 08:24:25 UTC (rev 7506)
+++ branches/branch-1.3/FL/fl_utf8.h    2010-04-15 08:56:37 UTC (rev 7507)
@@ -38,8 +38,8 @@
 #ifndef _HAVE_FL_UTF8_HDR_
 #define _HAVE_FL_UTF8_HDR_
 
-#include "FL/Fl_Export.H"
-#include "FL/fl_types.h"
+#include "Fl_Export.H"
+#include "fl_types.h"
 
 #include <stdio.h>
 #include <string.h>

Modified: branches/branch-1.3/src/Fl_Quartz_Printer.mm
===================================================================
--- branches/branch-1.3/src/Fl_Quartz_Printer.mm        2010-04-15 08:24:25 UTC 
(rev 7506)
+++ branches/branch-1.3/src/Fl_Quartz_Printer.mm        2010-04-15 08:56:37 UTC 
(rev 7507)
@@ -49,7 +49,7 @@
 //printing using a Quartz graphics context
 //returns 0 iff OK
 {
-  OSStatus status;
+  OSStatus status = 0;
   Fl_X::q_release_context();
 #if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_5
   if( [NSPrintPanel 
instancesRespondToSelector:@selector(runModalWithPrintInfo:)] &&

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to