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

old server list wasn't being installed; default to DHTnodes in /usr/local/share/toxic

This commit is contained in:
Jfreegman
2014-03-04 03:10:07 -05:00
parent 6c9dbfe3bc
commit 41292c1ded
3 changed files with 9 additions and 34 deletions

View File

@ -142,7 +142,7 @@ struct StatusBar {
struct chatlog {
FILE *file;
uint64_t lastflush;
uint64_t lastwrite;
int pos;
bool log_on; /* specific to current chat window */
};