more precautions to prevent potential errors while reading prompts
This commit is contained in:
parent
14c0341265
commit
6f037b3258
|
@ -231,9 +231,10 @@ Begin
|
|||
FileMode := 66;
|
||||
|
||||
{$I-}
|
||||
Reset (PromptFile);
|
||||
Seek (PromptFile, N);
|
||||
Read (PromptFile, Prompt);
|
||||
Assign (PromptFile, Config.DataPath + Theme.FileName + '.thm');
|
||||
Reset (PromptFile);
|
||||
Seek (PromptFile, N);
|
||||
Read (PromptFile, Prompt);
|
||||
{$I+}
|
||||
|
||||
If IoResult <> 0 Then Begin
|
||||
|
|
Loading…
Reference in New Issue