summaryrefslogtreecommitdiff
path: root/src/Fl_arg.cxx
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-04-03 15:34:31 +0000
committerManolo Gouy <Manolo>2016-04-03 15:34:31 +0000
commit2eecc67e7e083d8b75ad772085a71d492f500858 (patch)
treed82e16d4bc75dada4dd7006916955cb68ec26b4f /src/Fl_arg.cxx
parentd292de92ef6b99762d149fd1effef42d26c86466 (diff)
Fix error introduced in Fl_arg.cxx when converted to the driver model.
fluid built by CMake no longer started under the finder. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11521 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_arg.cxx')
-rw-r--r--src/Fl_arg.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Fl_arg.cxx b/src/Fl_arg.cxx
index 776bd68a2..ce8df3360 100644
--- a/src/Fl_arg.cxx
+++ b/src/Fl_arg.cxx
@@ -159,6 +159,7 @@ int Fl::arg(int argc, char **argv, int &i) {
return 1;
} else if (Fl::system_driver()->single_arg(s)) {
i++;
+ return 1;
}
const char *v = argv[i+1];