chiark / gitweb /
journal: fix compiler warning in journal_file_append_data()
authorDaniel Mack <zonque@gmail.com>
Thu, 20 Feb 2014 16:24:36 +0000 (17:24 +0100)
committerDaniel Mack <zonque@gmail.com>
Thu, 20 Feb 2014 16:24:36 +0000 (17:24 +0100)
gcc (4.8.2, arm) does not understand that journal_file_append_field()
will always set 'fo' when it returns 0, so this warning is bogus.

Anyway, fix it by initialiting fo = NULL.


No differences found