FileMode 66 just in case
This commit is contained in:
parent
42b86940ae
commit
91e3286d7f
|
@ -540,6 +540,8 @@ Var
|
|||
UserFile : File of RecUser;
|
||||
User : RecUser;
|
||||
Begin
|
||||
FileMode := 66;
|
||||
|
||||
Write ('Killing User File :');
|
||||
|
||||
If FileRename (Config.DataPath + 'users.dat', Config.DataPath + 'users.dab') Then Begin
|
||||
|
|
Loading…
Reference in New Issue