[svn-commits] file: branch file/logqueue r45399 - in /team/file/logqueue: ./ main/manager.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Tue Oct 17 14:36:38 MST 2006


Author: file
Date: Tue Oct 17 16:36:37 2006
New Revision: 45399

URL: http://svn.digium.com/view/asterisk?rev=45399&view=rev
Log:
Merged revisions 45398 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

........
r45398 | file | 2006-10-17 17:09:49 -0400 (Tue, 17 Oct 2006) | 2 lines

Warning be gone!

........

Modified:
    team/file/logqueue/   (props changed)
    team/file/logqueue/main/manager.c

Propchange: team/file/logqueue/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Tue Oct 17 16:36:37 2006
@@ -1,1 +1,1 @@
-/trunk:1-45383
+/trunk:1-45398

Modified: team/file/logqueue/main/manager.c
URL: http://svn.digium.com/view/asterisk/team/file/logqueue/main/manager.c?rev=45399&r1=45398&r2=45399&view=diff
==============================================================================
--- team/file/logqueue/main/manager.c (original)
+++ team/file/logqueue/main/manager.c Tue Oct 17 16:36:37 2006
@@ -202,8 +202,9 @@
 /*! \brief Convert authority code to a list of options */
 static char *authority_to_str(int authority, char *res, int reslen)
 {
-	int i, len = reslen;
+	int i;
 	char *dst = res, *sep = "";
+	size_t len = reslen;
 
 	res[0] = '\0';
 	for (i = 0; i < (sizeof(perms) / sizeof(perms[0])) - 1; i++) {



More information about the svn-commits mailing list