From 3e967af0b5e94f37e4c5fbf5e72077dc2247789e Mon Sep 17 00:00:00 2001 From: markster Date: Thu, 2 Sep 2004 13:52:58 +0000 Subject: Fix both app_read and underlying read issue (bug #2352) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3711 f38db490-d61c-443f-a65b-d21fe96a405b --- app.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app.c') diff --git a/app.c b/app.c index 86ad5077c..401b4451a 100755 --- a/app.c +++ b/app.c @@ -37,6 +37,8 @@ int ast_app_getdata(struct ast_channel *c, char *prompt, char *s, int maxlen, in { int res,to,fto; /* XXX Merge with full version? XXX */ + if (maxlen) + s[0] = '\0'; if (prompt) { res = ast_streamfile(c, prompt, c->language); if (res < 0) -- cgit v1.2.3