From d58f1115618f0458496b0e0a081238d5fda64ef5 Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Date: Mon, 14 Oct 2019 14:25:28 +0000 Subject: Re-Add blending modes UI using CSS instead filters --- src/inkscape.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/inkscape.cpp') 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 -- cgit v1.2.3