bkruse: trunk r1364 - in /trunk: ./ tools/ztscan.c

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Thu Aug 16 16:46:33 CDT 2007


Author: bkruse
Date: Thu Aug 16 16:46:33 2007
New Revision: 1364

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1364
Log:
Merged revisions 1362 via svnmerge from 
https://origsvn.digium.com/svn/asterisk-gui/branches/1.4

........
r1362 | bkruse | 2007-08-16 16:44:35 -0500 (Thu, 16 Aug 2007) | 1 line

Fixed a compiler error, its the struct member is totalchans not totalchannels.
........

Modified:
    trunk/   (props changed)
    trunk/tools/ztscan.c

Propchange: trunk/
------------------------------------------------------------------------------
--- branch-1.4-merged (original)
+++ branch-1.4-merged Thu Aug 16 16:46:33 2007
@@ -1,1 +1,1 @@
-/branches/1.4:1-1291,1293,1298-1300,1326,1332,1336-1338,1342,1346,1349,1356,1359
+/branches/1.4:1-1291,1293,1298-1300,1326,1332,1336-1338,1342,1346,1349,1356,1359,1362

Modified: trunk/tools/ztscan.c
URL: http://svn.digium.com/view/asterisk-gui/trunk/tools/ztscan.c?view=diff&rev=1364&r1=1363&r2=1364
==============================================================================
--- trunk/tools/ztscan.c (original)
+++ trunk/tools/ztscan.c Thu Aug 16 16:46:33 2007
@@ -78,7 +78,7 @@
 		return NULL;
 	}
 	/* If this is not a digital card, skip it. */
-	if(s[span].totalchannels != 24 || s[span].totalchannels != 31) 
+	if(s[span].totalchans != 24 || s[span].totalchans != 31) 
 		return NULL;
 
 	strcpy(alarms, "");




More information about the asterisk-gui-commits mailing list