]> git.tdb.fi Git - ext/subsurface.git/commitdiff
Merge branch 'open-files' of git://github.com/nathansamson/diveclog
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 5 Sep 2011 21:44:27 +0000 (14:44 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 5 Sep 2011 21:44:27 +0000 (14:44 -0700)
* 'open-files' of git://github.com/nathansamson/diveclog:
  Report errors when opening files
  Make it possible to load multiple files at once.
  Open File works. I refactored the code and introduced a new type. I never used it as a pointer (their was no real reason), but I'm not really satisfied.

1  2 
parse-xml.c

diff --cc parse-xml.c
index 8aaeedc9f72d9146b0939042969240c87b7741da,26e322f80827dbfdc08678593880ef4f3f46a6fb..90fdb1ad1ea751fe29cf0045e1acc8f4f4e41b7f
@@@ -1225,10 -1115,11 +1225,10 @@@ static void reset_all(void
         * dive for that format.
         */
        units = SI_units;
 -      suunto = 0;
 -      uemis = 0;
 +      import_source = UNKNOWN;
  }
  
- void parse_xml_file(const char *filename)
+ void parse_xml_file(const char *filename, GError **error)
  {
        xmlDoc *doc;