mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 11:58:52 +00:00
Repair // comments to /* */ comments (bug #3347)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4806 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
say.c
2
say.c
@@ -4967,7 +4967,7 @@ static int gr_say_number_female(int num, struct ast_channel *chan, const char *i
|
||||
int res;
|
||||
char fn[256] = "";
|
||||
|
||||
//ast_log(LOG_DEBUG, "\n\n Saying number female %s %d \n\n",lang, num);
|
||||
/* ast_log(LOG_DEBUG, "\n\n Saying number female %s %d \n\n",lang, num); */
|
||||
if (num < 5) {
|
||||
snprintf(fn, sizeof(fn), "digits/female-%d", num);
|
||||
res = wait_file(chan, ints, fn, lang);
|
||||
|
Reference in New Issue
Block a user