View the DQSD CVS repository here:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/
Update of /cvsroot/dqsd/dqsd/searches
In directory sc8-pr-cvs1:/tmp/cvs-serv16755/searches
Modified Files:
configure.xml
Log Message:
Depending on the configured editor, spaces in the config file path would cause
problems. Fix by quoting filename.
Index: configure.xml
===================================================================
RCS file: /cvsroot/dqsd/dqsd/searches/configure.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** configure.xml 23 Oct 2002 01:56:00 -0000 1.2
--- configure.xml 20 Nov 2002 21:01:06 -0000 1.3
***************
*** 17,21 ****
install_dir = DQSDLauncher.InstallationDirectory;
}
! var cmd = "\""+myEditor+"\" "+install_dir+"\\"+strFilename;
openDocument(cmd);
}
--- 17,21 ----
install_dir = DQSDLauncher.InstallationDirectory;
}
! var cmd = "\""+myEditor+"\" \""+install_dir+"\\"+strFilename + "\"";
openDocument(cmd);
}
-------------------------------------------------------
This sf.net email is sponsored by:
Battle your brains against the best in the Thawte Crypto
Challenge. Be the first to crack the code - register now:
http://www.gothawte.com/rd521.html
_______________________________________________
DQSD-CVS mailing list
https://lists.sourceforge.net/lists/listinfo/dqsd-cvs
DQSD CVS repository:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/