diff options
| author | Aldrik Ramaekers <aldrik@mailbox.org> | 2026-01-11 12:48:05 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@mailbox.org> | 2026-01-11 12:48:05 +0100 |
| commit | 08d42688d851eb134da496be721e234f53ff8d0b (patch) | |
| tree | 5c8a448a42cd8ec4dc35c55edef85f0063b9a50a /src/ui/ui_contacts.cpp | |
| parent | ccbc6a8f0836583fabd59919bd7930d7cfe1473e (diff) | |
fix warnings
Diffstat (limited to 'src/ui/ui_contacts.cpp')
| -rw-r--r-- | src/ui/ui_contacts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/ui_contacts.cpp b/src/ui/ui_contacts.cpp index b1fa01b..99896ce 100644 --- a/src/ui/ui_contacts.cpp +++ b/src/ui/ui_contacts.cpp @@ -110,7 +110,7 @@ static void draw_contact_list() } ImGui::TableSetColumnIndex(1); ImGui::Text(c.name); - ImGui::TableSetColumnIndex(2); ImGui::Text("%s %s", c.address.address1, c.address.address2); + ImGui::TableSetColumnIndex(2); ImGui::Text("%s %s", c.addr.address1, c.addr.address2); ImGui::TableSetColumnIndex(3); |
