mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
@@ -73,7 +73,10 @@ RunScript(LPCWSTR filename)
|
||||
while (fgetws(tmp_string, MAX_STRING_SIZE, script) != NULL)
|
||||
{
|
||||
if (InterpretScript(tmp_string) == FALSE)
|
||||
{
|
||||
fclose(script);
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
|
||||
/* Close the file */
|
||||
|
||||
Reference in New Issue
Block a user