diff options
Diffstat (limited to 'src/inkscape.cpp')
| -rw-r--r-- | src/inkscape.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inkscape.cpp b/src/inkscape.cpp index 5a49b1ade..20d3a243d 100644 --- a/src/inkscape.cpp +++ b/src/inkscape.cpp @@ -709,7 +709,7 @@ Application::crash_handler (int /*signum*/) time_t sptime = time (nullptr); struct tm *sptm = localtime (&sptime); gchar sptstr[256]; - strftime (sptstr, 256, "%Y_%m_%d_%H_%M_%S", sptm); + strftime(sptstr, 256, "%Y_%m_%d_%H_%M_%S", sptm); gint count = 0; gchar *curdir = g_get_current_dir(); // This one needs to be freed explicitly |
