tInform the user when a transfer is in progress - ratox - FIFO based tox client
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 0548d9faf93c292781e214b3f38e9aa501f79a15
(DIR) parent 3977b2a296d645117de9fba1409a1d071cc55337
(HTM) Author: sin <sin@2f30.org>
Date: Fri, 19 Sep 2014 10:22:33 +0100
Inform the user when a transfer is in progress
Diffstat:
M ratox.c | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
(DIR) diff --git a/ratox.c b/ratox.c
t@@ -377,6 +377,7 @@ cbfilecontrol(Tox *m, int32_t fid, uint8_t rec_sen, uint8_t fnum, uint8_t ctrlty
f->t.n = 0;
f->t.pending = 0;
f->t.state = TRANSFER_INPROGRESS;
+ printout("Transfer is in progress\n");
break;
}
}