[svn-commits] russell: branch 1.4 r1642 - in /branches/1.4: ./ wcte11xp.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Sun Nov 26 01:12:58 MST 2006


Author: russell
Date: Sun Nov 26 02:12:57 2006
New Revision: 1642

URL: http://svn.digium.com/view/zaptel?view=rev&rev=1642
Log:
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:
    branches/1.4/   (props changed)
    branches/1.4/wcte11xp.c

Propchange: branches/1.4/
------------------------------------------------------------------------------
Binary property 'branch-1.2-merged' - no diff available.

Modified: branches/1.4/wcte11xp.c
URL: http://svn.digium.com/view/zaptel/branches/1.4/wcte11xp.c?view=diff&rev=1642&r1=1641&r2=1642
==============================================================================
--- branches/1.4/wcte11xp.c (original)
+++ branches/1.4/wcte11xp.c Sun Nov 26 02:12:57 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