fix bug
This commit is contained in:
parent
d286d3e6e7
commit
c314f65feb
@ -304,11 +304,6 @@ ed_journal_file_load_(EDJournalFile *self,
|
|||||||
line = NULL;
|
line = NULL;
|
||||||
linelen = 0;
|
linelen = 0;
|
||||||
|
|
||||||
if (ED_ERROR(ret)) {
|
|
||||||
g_clear_object(&entry);
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (ed_journal_entry_is(entry, ED_JOURNAL_ENTRY_FILEHEADER)) {
|
if (ed_journal_entry_is(entry, ED_JOURNAL_ENTRY_FILEHEADER)) {
|
||||||
ed_journal_file_parse_fileheader(self, p, entry);
|
ed_journal_file_parse_fileheader(self, p, entry);
|
||||||
} else if (ed_journal_entry_is(entry, ED_JOURNAL_ENTRY_COMMANDER)) {
|
} else if (ed_journal_entry_is(entry, ED_JOURNAL_ENTRY_COMMANDER)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user