+ quick fix for getpathstring on OS4

git-svn-id: trunk@4399 -
This commit is contained in:
Károly Balogh 2006-08-10 05:14:58 +00:00
parent 889f564aa3
commit 9419843da6

View File

@ -870,7 +870,7 @@ begin
writeln(f,'path >ram:temp.lst');
close(f);
exec('c:protect','ram:makepathstr sarwed quiet');
exec('C:execute','ram:makepathstr');
exec('ram:makepathstr','');
exec('c:delete','ram:makepathstr quiet');
assign(f,'ram:temp.lst');
reset(f);