mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-01 03:04:19 +00:00
Weird compiler error on Bamboo.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@276118 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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;
|
int64_t offset = 0, length = LLONG_MAX;
|
||||||
off_t flength, vlength;
|
off_t flength, vlength;
|
||||||
size_t foplen;
|
size_t foplen = 0;
|
||||||
FILE *ff;
|
FILE *ff;
|
||||||
|
|
||||||
AST_STANDARD_APP_ARGS(args, data);
|
AST_STANDARD_APP_ARGS(args, data);
|
||||||
|
|||||||
Reference in New Issue
Block a user