1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-04 20:16:44 +02:00

don't show full path when sending files

This commit is contained in:
Jfreegman
2014-08-03 15:12:55 -04:00
parent c9e4246ac5
commit 79372cc80d
4 changed files with 15 additions and 14 deletions

View File

@ -39,7 +39,7 @@ typedef struct {
int filenum;
char nextpiece[FILE_PIECE_SIZE];
uint16_t piecelen;
char pathname[MAX_STR_SIZE];
char filename[MAX_STR_SIZE];
uint64_t timestamp;
uint64_t last_progress;
double bps;