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)
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.


No differences found