summaryrefslogtreecommitdiffstats
path: root/src/inkscape.cpp
diff options
context:
space:
mode:
authorEduard Braun <eduard.braun2@gmx.de>2017-01-12 21:45:33 +0000
committerEduard Braun <eduard.braun2@gmx.de>2017-01-12 21:45:33 +0000
commit00bf8be09a333bb7434eeba9e885e6089b6eb5fd (patch)
tree14b0bacc2b276b58c77c0bbb46aa569e39c64d5c /src/inkscape.cpp
parent[Bug #1650480] pyserial errorhandling in plotter.py tries to iterate over wro... (diff)
downloadinkscape-00bf8be09a333bb7434eeba9e885e6089b6eb5fd.tar.gz
inkscape-00bf8be09a333bb7434eeba9e885e6089b6eb5fd.zip
Use GStatBuf where appropriate to ensure usage of the correct type
(fixes compilation with i686-w64-mingw32) (bzr r15414)
Diffstat (limited to 'src/inkscape.cpp')
-rw-r--r--src/inkscape.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inkscape.cpp b/src/inkscape.cpp
index 2ba85026f..bf694ada7 100644
--- a/src/inkscape.cpp
+++ b/src/inkscape.cpp
@@ -274,7 +274,7 @@ int Application::autosave()
if (doc->isModifiedSinceSave()) {
gchar *oldest_autosave = 0;
const gchar *filename = 0;
- struct stat sb;
+ GStatBuf sb;
time_t min_time = 0;
gint count = 0;