diff options
| author | Manolo Gouy <Manolo> | 2015-04-09 11:05:36 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2015-04-09 11:05:36 +0000 |
| commit | d2edec0517e923dc859838acd9d06051bf57560f (patch) | |
| tree | ef0ddb274af5df8f11c12f06bddfb6e1231fc14e /test | |
| parent | 3e6b497b64f098cf5e951eac63883b946136e407 (diff) | |
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
Diffstat (limited to 'test')
| -rw-r--r-- | test/help.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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) |
