Would the following make sense?


Index: support/filetools.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/support/filetools.C,v
retrieving revision 1.129
diff -u -p -r1.129 filetools.C
--- support/filetools.C 17 Jul 2002 14:46:38 -0000      1.129
+++ support/filetools.C 17 Jul 2002 17:03:42 -0000
@@ -337,8 +337,10 @@ string const LibScriptSearch(string cons
 {
        string script;
        string args = command;
-       split(args, script, ' ');
+       args = split(args, script, ' ');
        script = LibFileSearch("scripts", script);
        if (script.empty())
                return command;
        else if (args.empty())


Andre'
-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)

Reply via email to