diff options
| -rw-r--r-- | replay.c | 1 | 
1 files changed, 1 insertions, 0 deletions
@@ -482,6 +482,7 @@ long lastspokelinenumber(char *nick, char *basedir) {      if (timestamp < 0) {        fclose(fp);        debugprint(DEBUG_CRIT, "lastspokelinenumber(): line didn't start with a timestamp, returning -1!\n", counter); +      return -1;      }      // Is it a PRIVMSG?  | 
