aboutsummaryrefslogtreecommitdiff
path: root/libsylph
diff options
context:
space:
mode:
Diffstat (limited to 'libsylph')
-rw-r--r--libsylph/procmsg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsylph/procmsg.c b/libsylph/procmsg.c
index 37546154..6d6b8bb2 100644
--- a/libsylph/procmsg.c
+++ b/libsylph/procmsg.c
@@ -798,7 +798,7 @@ FILE *procmsg_open_data_file(const gchar *file, guint version,
DataOpenMode mode, gchar *buf, size_t buf_size)
{
FILE *fp;
- guint32 data_ver;
+ guint32 data_ver = 0;
g_return_val_if_fail(file != NULL, NULL);