Commit bf55c30 deleted the call to fgets that reads the file.

This commit is contained in:
Mike Alexander 2019-01-12 01:37:09 -05:00
parent f3c8c040b1
commit e4836f3c58

View File

@ -639,6 +639,7 @@ void gnc_file_log_replay (GtkWindow *parent)
{ {
do do
{ {
fgets(read_buf, sizeof(read_buf), log_file);
/*DEBUG("Chunk read: %s",read_retval);*/ /*DEBUG("Chunk read: %s",read_retval);*/
if (strncmp(record_start_str, read_buf, strlen(record_start_str)) == 0) /* If a record started */ if (strncmp(record_start_str, read_buf, strlen(record_start_str)) == 0) /* If a record started */
{ {