1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-28 22:56:46 +02:00

Significantly reduce time before trying to re-send a message with no read receipt

(also some formatting cleanup)
This commit is contained in:
jfreegman
2018-03-03 23:54:12 -05:00
parent 3917f664bf
commit 815c29ee31
6 changed files with 21 additions and 14 deletions

View File

@ -289,7 +289,7 @@ int dir_match(ToxWindow *self, Tox *m, const wchar_t *line, const wchar_t *cmd)
if (dp == NULL)
return -1;
char dirnames[MAX_DIRS][NAME_MAX+1];
char dirnames[MAX_DIRS][NAME_MAX + 1];
struct dirent *entry;
int dircount = 0;