From 2a2e0821c90f9eb6bd4c16f078acfd306ac47267 Mon Sep 17 00:00:00 2001
From: Matthias Melcher <fltk@matthiasm.com>
Date: Thu, 15 Apr 2010 08:56:37 +0000
Subject: [PATCH] Small fixes

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7507 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
---
 FL/fl_utf8.h             | 4 ++--
 src/Fl_Quartz_Printer.mm | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/FL/fl_utf8.h b/FL/fl_utf8.h
index cd7be66fe..27499de12 100644
--- a/FL/fl_utf8.h
+++ b/FL/fl_utf8.h
@@ -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>
diff --git a/src/Fl_Quartz_Printer.mm b/src/Fl_Quartz_Printer.mm
index dfc3b34dd..874686d3a 100644
--- a/src/Fl_Quartz_Printer.mm
+++ b/src/Fl_Quartz_Printer.mm
@@ -49,7 +49,7 @@ int Fl_Printer::start_job (int pagecount, int *frompage, int *topage)
 //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:)] &&
-- 
GitLab