From d2edec0517e923dc859838acd9d06051bf57560f Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Thu, 9 Apr 2015 11:05:36 +0000 Subject: MacOS: removed XCode3 from header search paths in Xcode FLTK project, and fix the help demo. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10691 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- test/help.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/help.cxx b/test/help.cxx index 53cd21806..1f5a42b97 100644 --- a/test/help.cxx +++ b/test/help.cxx @@ -63,8 +63,8 @@ main(int argc, // I - Number of command-line arguments #ifdef USING_XCODE - if (argc>argn && strncmp(argv[1], "-psn_", 5)==0) - argn++; + if (argc>argn && strncmp(argv[1], "-psn_", 5)==0) argn++; + else if (argc>argn && strncmp(argv[1], "-NSDocumentRevisionsDebugMode", 29)==0) argn += 2; set_app_dir(); if (argc <= argn) -- cgit v1.2.3