]> git.lyx.org Git - lyx.git/blobdiff - src/support/syscall.C
small changes and two patches from Dekel
[lyx.git] / src / support / syscall.C
index 3630103758f1766d1758c53a766e2ef4e8421537..26bd1a16fd67e307a5cf600b42503e3fd054bbf9 100644 (file)
@@ -51,7 +51,7 @@ int Systemcalls::startscript() {
        switch (start) {
        case System: 
        case SystemDontWait:
-               retval = system(command.c_str());
+               retval = ::system(command.c_str());
                callback();
                break;
        case Wait: