mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-06 23:56:36 +01:00
missing format arg
This commit is contained in:
@@ -260,7 +260,7 @@ static void chat_onFileSendRequest(ToxWindow *self, Tox *m, int32_t num, uint8_t
|
||||
}
|
||||
|
||||
strcat(filename, d);
|
||||
filename[len + d_len] = '\0';;
|
||||
filename[len + d_len] = '\0';
|
||||
|
||||
if (count > 999) {
|
||||
errmsg = "Error saving file to disk.";
|
||||
|
||||
Reference in New Issue
Block a user