From: <de...@us...> - 2003-01-11 11:06:35
|
Update of /cvsroot/csp/APPLICATIONS/CSPFlightSim/Source In directory sc8-pr-cvs1:/tmp/cvs-serv26671 Modified Files: GlobalCommands.cpp Log Message: no message Index: GlobalCommands.cpp =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/CSPFlightSim/Source/GlobalCommands.cpp,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** GlobalCommands.cpp 14 Dec 2002 18:57:36 -0000 1.6 --- GlobalCommands.cpp 11 Jan 2003 11:06:32 -0000 1.7 *************** *** 100,105 **** if (!OSPath::isabs(path)) { ! string base; ! base = "../Data/Scripts"; path = OSPath::join(base, path); } --- 100,104 ---- if (!OSPath::isabs(path)) { ! string base = "../Data/Scripts"; path = OSPath::join(base, path); } |