Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libdocument
diff options
context:
space:
mode:
authorcarlosgc <carlosgc@e12069bd-dc25-0410-a696-d39a8afcd844>2008-11-01 14:10:05 (GMT)
committer carlosgc <carlosgc@e12069bd-dc25-0410-a696-d39a8afcd844>2008-11-01 14:10:05 (GMT)
commit50368ef46cac03558a9ea28e80e19797111b6668 (patch)
tree5377ca2385300cbe3e77c5712ecded0551179737 /libdocument
parent2aada24226d0995918a9a2a703c041cec456c510 (diff)
2008-11-01 Carlos Garcia Campos <carlosgc@gnome.org>
* libdocument/ev-file-helpers.c: (ev_xfer_uri_simple): Initialize GError to NULL. git-svn-id: svn+ssh://svn.gnome.org/svn/evince/trunk@3247 e12069bd-dc25-0410-a696-d39a8afcd844
Diffstat (limited to 'libdocument')
-rw-r--r--libdocument/ev-file-helpers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdocument/ev-file-helpers.c b/libdocument/ev-file-helpers.c
index 80254b3..45eb3ec 100644
--- a/libdocument/ev-file-helpers.c
+++ b/libdocument/ev-file-helpers.c
@@ -209,7 +209,7 @@ ev_xfer_uri_simple (const char *from,
{
GFile *source_file;
GFile *target_file;
- GError *ioerror;
+ GError *ioerror = NULL;
gboolean result;
if (!from)