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:
@ -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;
|
||||
|
Reference in New Issue
Block a user