14 Nov
2008
14 Nov
'08
5:40 p.m.
Rich,
When I did an update from subversion trunk, nothing changed.
The following is all that changed. I was able to update my DOS source right after I committed the changes from Linux. Jonathan Index: prompts2.c =================================================================== --- prompts2.c (revision 1512) +++ prompts2.c (revision 1541) @@ -2755,8 +2755,10 @@ } } #else - findpath(newfilename,temp_path); - strcpy(newfilename,temp_path); + if (!GETPATH) { + findpath(newfilename,temp_path); + strcpy(newfilename,temp_path); + } #endif /* check existence */ if(isadir==0 || isafile==1)