1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-05 03:06:45 +02:00

removed unneeded var, small fixes

This commit is contained in:
Jfreegman
2013-10-16 05:00:27 -04:00
parent 5f3293bfec
commit 958e77660e
3 changed files with 3 additions and 5 deletions

View File

@ -108,7 +108,6 @@ typedef struct {
uint8_t filenum;
uint8_t nextpiece[FILE_PIECE_SIZE];
uint16_t piecelen;
uint8_t friendname[TOXIC_MAX_NAME_LENGTH];
uint8_t pathname[MAX_STR_SIZE];
} FileSender;