[svn-commits] russell: branch 1.6.0 r161261 - /branches/1.6.0/apps/app_voicemail.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Dec 5 07:55:34 CST 2008


Author: russell
Date: Fri Dec  5 07:55:33 2008
New Revision: 161261

URL: http://svn.digium.com/view/asterisk?view=rev&rev=161261
Log:
Compiling is a good thing.

Modified:
    branches/1.6.0/apps/app_voicemail.c

Modified: branches/1.6.0/apps/app_voicemail.c
URL: http://svn.digium.com/view/asterisk/branches/1.6.0/apps/app_voicemail.c?view=diff&rev=161261&r1=161260&r2=161261
==============================================================================
--- branches/1.6.0/apps/app_voicemail.c (original)
+++ branches/1.6.0/apps/app_voicemail.c Fri Dec  5 07:55:33 2008
@@ -1421,7 +1421,7 @@
 	}
 	if (fread(buf, len, 1, p) < len) {
 		if (ferror(p)) {
-			ast_log(LOG_ERROR, 'Short read while reading in mail file.\n");
+			ast_log(LOG_ERROR, "Short read while reading in mail file.\n");
 			return -1;
 		}
 	}




More information about the svn-commits mailing list