Text file importer: Initialise the total_is_exact variable.
authorJohn Darrington <john@darrington.wattle.id.au>
Wed, 16 Sep 2015 05:30:57 +0000 (07:30 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Wed, 16 Sep 2015 05:30:57 +0000 (07:30 +0200)
commit7b4b93cf05b9488e3048c40125c2d344a72f9e2f
tree666d1a05673f99bace8deff1fdf606b95ac2b914
parent7ec18587c5a81ed4cac8d458412c5c08ba68a6b1
Text file importer: Initialise the total_is_exact variable.

The text file importer was supposed to have a feature where the total number of lines
in the file was measured if the file was short, or estimated if it was long.  However
the variable which was supposed to hold this information was never initialised. This
change fixes that.
src/ui/gui/page-file.c