From 40d0500d80a8263670b04032526f9efc653c44af Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Thu, 10 Mar 2011 05:51:37 +0000 Subject: [PATCH] Merged revisions 310140 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r310140 | tilghman | 2011-03-09 23:38:44 -0600 (Wed, 09 Mar 2011) | 5 lines Initialize column size to 0 to deal with a potential UnixODBC bug on 64-bit systems. (closes issue #18295) Reported by: pruiz ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.2@310141 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_voicemail.c | 1 + funcs/func_odbc.c | 4 +++- res/res_config_odbc.c | 2 ++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/app_voicemail.c b/apps/app_voicemail.c index 5d6942c4ec..ef59c5cc5a 100644 --- a/apps/app_voicemail.c +++ b/apps/app_voicemail.c @@ -3182,6 +3182,7 @@ static int retrieve_file(char *dir, int msgnum) fprintf(f, "[message]\n"); for (x=0;x