mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-01 03:36:45 +02: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