Index: apps/app_voicemail.c =================================================================== RCS file: /usr/cvsroot/asterisk/apps/app_voicemail.c,v retrieving revision 1.237 diff -u -r1.237 app_voicemail.c --- apps/app_voicemail.c 3 Aug 2005 02:45:30 -0000 1.237 +++ apps/app_voicemail.c 17 Aug 2005 16:07:42 -0000 @@ -659,7 +659,7 @@ } } else { /* Put it back like it was */ - fprintf(configout, orig); + fprintf(configout, "%s", orig); } } }