diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-10-14 14:25:28 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-10-14 14:25:28 +0000 |
| commit | d58f1115618f0458496b0e0a081238d5fda64ef5 (patch) | |
| tree | 0d87bf8067744160cf824defc783f5ff73935399 /src/inkscape.cpp | |
| parent | Prevent returning references to local variable (diff) | |
| download | inkscape-d58f1115618f0458496b0e0a081238d5fda64ef5.tar.gz inkscape-d58f1115618f0458496b0e0a081238d5fda64ef5.zip | |
Re-Add blending modes UI using CSS instead filters
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 |
