summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 49a0e12)
raw | patch | inline | side by side (parent: 49a0e12)
author | Jasper van de Gronde <th.v.d.gronde@hccnet.nl> | |
Wed, 2 Jun 2010 15:27:02 +0000 (17:27 +0200) | ||
committer | Jasper van de Gronde <th.v.d.gronde@hccnet.nl> | |
Wed, 2 Jun 2010 15:27:02 +0000 (17:27 +0200) |
src/inkscape.cpp | patch | blob | history |
diff --git a/src/inkscape.cpp b/src/inkscape.cpp
index 6361e36c1bd14d933ae0bd562dcffc07addb9f74..c10581a9161e683a7cf052b0b68b43df7fe41965 100644 (file)
--- a/src/inkscape.cpp
+++ b/src/inkscape.cpp
curdir,
inkscapedir
};
- FILE *file;
+ FILE *file = 0;
for(size_t i=0; i<sizeof(locations)/sizeof(*locations); i++) {
if (!locations[i]) continue; // It seems to be okay, but just in case
gchar * filename = g_build_filename(locations[i], c, NULL);