mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Commit bf55c30
deleted the call to fgets that reads the file.
This commit is contained in:
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…
Reference in New Issue
Block a user