mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Split up file reading from 'parse-xml.c' into 'file.c'
We're going to eventually import non-xml files too, so let's begin splitting the logic up. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
6e0ea1ce61
commit
4d10bc017a
6 changed files with 88 additions and 71 deletions
2
main.c
2
main.c
|
@ -226,7 +226,7 @@ int main(int argc, char **argv)
|
|||
continue;
|
||||
}
|
||||
GError *error = NULL;
|
||||
parse_xml_file(a, &error);
|
||||
parse_file(a, &error);
|
||||
|
||||
if (error != NULL)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue