[svn-commits] russell: trunk r1643 - in /trunk: ./ wcte11xp.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Sun Nov 26 01:14:43 MST 2006


Author: russell
Date: Sun Nov 26 02:14:43 2006
New Revision: 1643

URL: http://svn.digium.com/view/zaptel?view=rev&rev=1643
Log:
Merged revisions 1642 via svnmerge from 
https://origsvn.digium.com/svn/zaptel/branches/1.4

................
r1642 | russell | 2006-11-26 03:12:57 -0500 (Sun, 26 Nov 2006) | 11 lines

Merged revisions 1641 via svnmerge from 
https://origsvn.digium.com/svn/zaptel/branches/1.2

........
r1641 | russell | 2006-11-26 03:10:22 -0500 (Sun, 26 Nov 2006) | 3 lines

Remove a misplaced semicolon which caused some debug output to be printed
regardless of the debug setting.  (issue #8414, gknispel_proformatique)

........

................

Modified:
    trunk/   (props changed)
    trunk/wcte11xp.c

Propchange: trunk/
------------------------------------------------------------------------------
--- branch-1.4-merged (original)
+++ branch-1.4-merged Sun Nov 26 02:14:43 2006
@@ -1,1 +1,1 @@
-/branches/1.4:1-1471,1490,1500,1507,1520,1528,1530,1536,1543,1547,1568,1574,1576,1601,1611,1615
+/branches/1.4:1-1471,1490,1500,1507,1520,1528,1530,1536,1543,1547,1568,1574,1576,1601,1611,1615,1642

Modified: trunk/wcte11xp.c
URL: http://svn.digium.com/view/zaptel/trunk/wcte11xp.c?view=diff&rev=1643&r1=1642&r2=1643
==============================================================================
--- trunk/wcte11xp.c (original)
+++ trunk/wcte11xp.c Sun Nov 26 02:14:43 2006
@@ -1405,7 +1405,7 @@
 	}
 
 	/* Check out the controller */
-	if (debug); printk("Controller version: %02x\n", control_get_reg(wc, WC_VERSION));
+	if (debug) printk("Controller version: %02x\n", control_get_reg(wc, WC_VERSION));
 
 
 	control_set_reg(wc, WC_LEDTEST, 0x00);



More information about the svn-commits mailing list