From 889cfb8116fcea67e4ec5aefac38b7d2d312b2ed Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sun, 9 Sep 2018 11:48:20 -0700 Subject: Fix export-html In commit d815e0c947 ("Parse: pass dive_table argument to parse_file()") a syntax error was introduced and never caught since we don't test compile export-html on Travis. Signed-off-by: Dirk Hohndel --- export-html.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'export-html.cpp') diff --git a/export-html.cpp b/export-html.cpp index 07159c16b..f66bd6909 100644 --- a/export-html.cpp +++ b/export-html.cpp @@ -41,7 +41,7 @@ int main(int argc, char **argv) qDebug() << "need --source and --output"; exit(1); } - int ret = parse_file(qPrintable(source, &dive_table)); + int ret = parse_file(qPrintable(source), &dive_table); if (ret) { fprintf(stderr, "parse_file returned %d\n", ret); exit(1); -- cgit v1.2.3-70-g09d2