mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-06 11:12:34 +01:00
Fix random_line() cutting off text
fgets() wont include the newline
This commit is contained in:
parent
aadee8afba
commit
30a47cf62e
@ -114,7 +114,6 @@ random_line (char *file_name)
|
|||||||
}
|
}
|
||||||
while (lines > ran);
|
while (lines > ran);
|
||||||
fclose (fh);
|
fclose (fh);
|
||||||
buf[strlen (buf) - 1] = 0; /* remove the trailing '\n' */
|
|
||||||
return strdup (buf);
|
return strdup (buf);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user