Index: apps/app_meetme.c =================================================================== RCS file: /usr/cvsroot/asterisk/apps/app_meetme.c,v retrieving revision 1.27 diff -u -r1.27 app_meetme.c --- apps/app_meetme.c 23 May 2004 14:19:45 -0000 1.27 +++ apps/app_meetme.c 23 May 2004 14:20:03 -0000 @@ -51,7 +51,7 @@ "INSTALLED FOR CONFERENCING TO WORK!\n\n" "The option string may contain zero or more of the following characters:\n" -" 'm' -- set monitor only mode (Listen only, no talking\n" +" 'm' -- set monitor only mode (Listen only, no talking)\n" " 't' -- set talk only mode. (Talk only, no listening)\n" " 'p' -- allow user to exit the conference by pressing '#'\n" " 'd' -- dynamically add conference\n" @@ -404,7 +404,7 @@ cnf = confs; /* TODO: Find the conf number from the cmdline (ignore spaces) <- test this and make it fail-safe! */ - myline = strdupa(line); + myline = ast_strdupa(line); if (strsep(&myline, " ") && strsep(&myline, " ") && !confno) { while((confno = strsep(&myline, " ")) && (strcmp(confno, " ") == 0)) ;