[Asterisk-cvs] asterisk file.c,1.52,1.53

russell at lists.digium.com russell at lists.digium.com
Sun Nov 14 17:37:48 CST 2004


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

Modified Files:
	file.c 
Log Message:
truncate 'const const' to 'const'


Index: file.c
===================================================================
RCS file: /usr/cvsroot/asterisk/file.c,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- file.c	13 Nov 2004 16:13:07 -0000	1.52
+++ file.c	14 Nov 2004 22:38:34 -0000	1.53
@@ -278,7 +278,7 @@
 	return 0;
 }
 
-static char *build_filename(const const char *filename, const char *ext)
+static char *build_filename(const char *filename, const char *ext)
 {
 	char *fn;
 	int fnsize = 0;
@@ -297,7 +297,7 @@
 	
 }
 
-static int exts_compare(const char *exts, const const char *type)
+static int exts_compare(const char *exts, const char *type)
 {
 	char *stringp = NULL, *ext;
 	char tmp[256];




More information about the svn-commits mailing list