Skip to content
Snippets Groups Projects
Commit e42293d4 authored by rswindell's avatar rswindell
Browse files

Fixed errorneous comment. <yawn>

parent f6e77b0d
Branches
Tags
No related merge requests found
......@@ -1133,7 +1133,7 @@ var Str: AnsiString;
begin
SearchStr:=AnsiUpperCase(FindEdit.Text);
usernumber:=0;
{ Open NAME.DAT write user name }
{ Open USER.DAT to search for string }
Str:=data_dir+'USER/USER.DAT';
if not FileExists(Str) then Exit;
f:=TFileStream.Create(Str,fmOpenRead or fmShareDenyNone);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment