[Asterisk-cvs] asterisk/apps app_voicemail.c,1.151.2.21,1.151.2.22

russell russell
Wed Aug 24 11:37:32 CDT 2005


Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv23816/apps

Modified Files:
      Tag: v1-0
	app_voicemail.c 
Log Message:
fix crash related to saving a changed password (bug #4976)


Index: app_voicemail.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_voicemail.c,v
retrieving revision 1.151.2.21
retrieving revision 1.151.2.22
diff -u -d -r1.151.2.21 -r1.151.2.22
--- app_voicemail.c	4 Aug 2005 23:03:56 -0000	1.151.2.21
+++ app_voicemail.c	24 Aug 2005 15:39:25 -0000	1.151.2.22
@@ -675,7 +675,7 @@
 					}
 				} else {
 					/* Put it back like it was */
-					fprintf(configout, orig);
+					fprintf(configout, "%s", orig);
 				}
 			}
         }




More information about the svn-commits mailing list