* removed single remaining use of a 1.0.x deprecated function.

git-svn-id: trunk@21322 -
This commit is contained in:
marco 2012-05-18 12:11:50 +00:00
parent 0ddd03eef2
commit 8082982d46

View File

@ -1008,7 +1008,7 @@ begin
{$endif}
{$ifdef Unix}
error:=0;
If Shell(GetExePath+PpasFile)=-1 Then
If fpsystem(GetExePath+PpasFile)=-1 Then
Error:=fpgeterrno;
{$else}
DosExecute(GetEnv('COMSPEC'),'/C '+GetExePath+PpasFile);