[asterisk-commits] anthonyl: branch anthonyl/8678-commentbuffer r49186 - /team/anthonyl/8678-com...

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Tue Jan 2 09:12:50 MST 2007


Author: anthonyl
Date: Tue Jan  2 10:12:49 2007
New Revision: 49186

URL: http://svn.digium.com/view/asterisk?view=rev&rev=49186
Log:
noticed a small typo i made with the include_level inheritance

Modified:
    team/anthonyl/8678-commentbuffer/main/config.c

Modified: team/anthonyl/8678-commentbuffer/main/config.c
URL: http://svn.digium.com/view/asterisk/team/anthonyl/8678-commentbuffer/main/config.c?view=diff&rev=49186&r1=49185&r2=49186
==============================================================================
--- team/anthonyl/8678-commentbuffer/main/config.c (original)
+++ team/anthonyl/8678-commentbuffer/main/config.c Tue Jan  2 10:12:49 2007
@@ -342,7 +342,7 @@
 		config->last->next = category;
 	else
 		config->root = category;
-	config->include_level = config->include_level;
+	category->include_level = config->include_level;
 	config->last = category;
 	config->current = category;
 }



More information about the asterisk-commits mailing list