home · contact · privacy
Small improvements in save_win_config() code and comments.
[plomrogue] / src / readwrite.h
index 01a6f387b859f668ac1a91523ded69bd75ebbb5f..6f7bce377f82f40a4b68a9bcce33031d05b619cf 100644 (file)
@@ -33,8 +33,8 @@ extern void try_fclose_unlink_rename(FILE * file, char * p1, char * p2,
                                      char * f);
 
 /* Wrapper: Call textfile_sizes() from function called "f" to get max line
- * length of "file", exit via exit_err() with trouble_msg()-generated error
- * message on failure.
+ * length (includes newline char) of "file", exit via exit_err() with
+ * exit_trouble() on failure.
  */
 extern uint16_t get_linemax(FILE * file, char * f);