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

pull/451/head
Mike Alexander 7 years ago
parent f3c8c040b1
commit e4836f3c58

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

Loading…
Cancel
Save