fixed drag&drop bug
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401309
This commit is contained in:
parent
c2e2c5bfda
commit
5d195c6560
sourcepawn/batchtool
Binary file not shown.
@ -86,7 +86,7 @@ begin
|
|||||||
|
|
||||||
try
|
try
|
||||||
cStart := GetTickCount;
|
cStart := GetTickCount;
|
||||||
if not GetConsoleOutput(ExtractFilePath(ParamStr(0))+COMPILER_EXE+' "'+FileName+'" "-o'+Compiled+'"',Output) then
|
if not GetConsoleOutput(ExtractFilePath(ParamStr(0))+COMPILER_EXE+' "'+Name+'" "-o'+Compiled+'"',Output) then
|
||||||
begin
|
begin
|
||||||
WriteLn('// Internal error.');
|
WriteLn('// Internal error.');
|
||||||
AppExit;
|
AppExit;
|
||||||
|
Loading…
Reference in New Issue
Block a user