Use double quotes in strings [skip ci]

This commit is contained in:
Akkadius
2020-04-04 02:56:14 -05:00
parent 376c123fa1
commit 0552582274
42 changed files with 80 additions and 79 deletions
@@ -113,10 +113,10 @@ public:
entry.tag_description = "";
entry.login_server_list_type_id = 0;
entry.last_login_date = 0;
entry.last_ip_address = 0;
entry.last_ip_address = "";
entry.login_server_admin_id = 0;
entry.is_server_trusted = 0;
entry.note = 0;
entry.note = "";
return entry;
}