1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-08 14:36:35 +01:00

a few fixes and improve error messages

This commit is contained in:
Jfreegman
2014-08-04 14:35:34 -04:00
parent 6fdafceda8
commit 28633be2dd
5 changed files with 60 additions and 120 deletions

View File

@@ -52,7 +52,7 @@ void prep_prog_line(char *progline)
for (i = 0; i < NUM_PROG_MARKS; ++i)
strcat(progline, "-");
strcat(progline, "] 0%%");
strcat(progline, "] 0%");
}
/* prints a progress bar for file transfers.