mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-13 02:33:03 +01:00
Merge branch 'master' of https://github.com/Tox/toxic
This commit is contained in:
commit
8cf3043dd3
@ -110,7 +110,7 @@ static void chat_onFileSendRequest(ToxWindow *self, Tox *m, int num, uint8_t fil
|
||||
ChatContext *ctx = (ChatContext *) self->chatwin;
|
||||
|
||||
int idx = strlen(pathname) - 1;
|
||||
while (pathname[idx] == '/') {
|
||||
while (pathname[idx] == '/' && idx >= 0) {
|
||||
pathname[idx--] = 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user