diff options
Diffstat (limited to 'export-html.cpp')
-rw-r--r-- | export-html.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/export-html.cpp b/export-html.cpp index da570f4b0..940cb60df 100644 --- a/export-html.cpp +++ b/export-html.cpp @@ -18,7 +18,7 @@ int main(int argc, char **argv) { QApplication *application = new QApplication(argc, argv); git_libgit2_init(); - prefs = default_prefs; + copy_prefs(&default_prefs, &prefs); init_qt_late(); QCommandLineParser parser; |