[asterisk-commits] branch tilghman/func_odbc_extras r25061 - /team/tilghman/func_odbc_extras/funcs/

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Mon May 8 04:11:08 MST 2006


Author: tilghman
Date: Fri May  5 16:49:08 2006
New Revision: 25061

URL: http://svn.digium.com/view/asterisk?rev=25061&view=rev
Log:
Propagate bugfix from func_odbc on svncommunity

Modified:
    team/tilghman/func_odbc_extras/funcs/func_odbc.c

Modified: team/tilghman/func_odbc_extras/funcs/func_odbc.c
URL: http://svn.digium.com/view/asterisk/team/tilghman/func_odbc_extras/funcs/func_odbc.c?rev=25061&r1=25060&r2=25061&view=diff
==============================================================================
--- team/tilghman/func_odbc_extras/funcs/func_odbc.c (original)
+++ team/tilghman/func_odbc_extras/funcs/func_odbc.c Fri May  5 16:49:08 2006
@@ -364,7 +364,7 @@
 				break;
 		}
 
-		buf[buflen++] = ',';
+		buf[buflen - 1] = ',';
 	}
 	/* Trim trailing comma */
 	buf[buflen - 1] = '\0';



More information about the asterisk-commits mailing list