From: Tilghman Lesher Date: Tue, 13 Jul 2010 18:41:59 +0000 (+0000) Subject: Weird compiler error on Bamboo. X-Git-Tag: 11.0.0-beta1~2678 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e939dfea9d3d202abe33598bd92223993d26699b;p=thirdparty%2Fasterisk.git Weird compiler error on Bamboo. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@276118 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/funcs/func_env.c b/funcs/func_env.c index f5814aec30..24f76b3166 100644 --- a/funcs/func_env.c +++ b/funcs/func_env.c @@ -719,7 +719,7 @@ static int file_write(struct ast_channel *chan, const char *cmd, char *data, con ); int64_t offset = 0, length = LLONG_MAX; off_t flength, vlength; - size_t foplen; + size_t foplen = 0; FILE *ff; AST_STANDARD_APP_ARGS(args, data);