1
0
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:
Jfreegman
2014-05-25 13:31:44 -04:00
parent 8481b50f97
commit 083ca2f3b7
2 changed files with 3 additions and 3 deletions

View File

@ -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.";