Skip to content
Snippets Groups Projects
Commit 03e5f113 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Ah, I missed one more user_t.modem -> connection change

parent c73bd6e0
No related branches found
No related tags found
No related merge requests found
Pipeline #7938 failed
......@@ -76,7 +76,7 @@ void __fastcall TUserListForm::FormShow(TObject *Sender)
sprintf(str,"%c",user.sex);
Item->SubItems->Add(str);
Item->SubItems->Add(user.location);
Item->SubItems->Add(user.modem);
Item->SubItems->Add(user.connection);
Item->SubItems->Add(user.note);
Item->SubItems->Add(user.comp);
Item->SubItems->Add(user.phone);
......@@ -86,7 +86,7 @@ void __fastcall TUserListForm::FormShow(TObject *Sender)
Item->SubItems->Add(unixtodstr(&MainForm->cfg,user.laston,str));
}
ListView->Items->EndUpdate();
close(file);
Screen->Cursor=crDefault;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment