From b813a5f3faf0b154478ba44771f3fa6de19cd6c3 Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Thu, 2 Sep 2004 13:52:58 +0000 Subject: Fix both app_read and underlying read issue (bug #2352) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3711 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- 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