[Asterisk-cvs] asterisk/apps app_voicemail.c,1.237,1.238
markster
markster
Wed Aug 17 11:46:55 CDT 2005
Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv21028/apps
Modified Files:
app_voicemail.c
Log Message:
Fix password change bug (bug #4976)
Index: app_voicemail.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_voicemail.c,v
retrieving revision 1.237
retrieving revision 1.238
diff -u -d -r1.237 -r1.238
--- app_voicemail.c 3 Aug 2005 02:45:30 -0000 1.237
+++ app_voicemail.c 17 Aug 2005 15:49:34 -0000 1.238
@@ -659,7 +659,7 @@
}
} else {
/* Put it back like it was */
- fprintf(configout, orig);
+ fprintf(configout, "%s", orig);
}
}
}
More information about the svn-commits
mailing list