From fc06fff3379a6fa47d8acd2f8aa39719fd79b3c7 Mon Sep 17 00:00:00 2001 From: hiro Date: Thu, 9 Dec 2010 01:33:30 +0000 Subject: win32: fixed crash on update check. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2743 ee746299-78ed-0310-b773-934348b2243d --- src/update_check.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/update_check.c') diff --git a/src/update_check.c b/src/update_check.c index 2196afe9..defb4aeb 100644 --- a/src/update_check.c +++ b/src/update_check.c @@ -697,7 +697,7 @@ void update_check(gboolean show_dialog_always) if (!check_url) { #ifdef G_OS_WIN32 - g_snprintf(buf, sizeof(buf), "%s?ver=%s&os=win", VERSION_URI); + g_snprintf(buf, sizeof(buf), "%s?ver=%s&os=win", VERSION_URI, VERSION); #else if (strstr(TARGET_ALIAS, "linux")) g_snprintf(buf, sizeof(buf), "%s?ver=%s&os=linux", VERSION_URI, VERSION); -- cgit v1.2.3