[svn-commits] dbailey: tools/trunk r6022 - /tools/trunk/fxstest.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Wed Feb 18 15:20:13 CST 2009
Author: dbailey
Date: Wed Feb 18 15:20:13 2009
New Revision: 6022
URL: http://svn.digium.com/svn-view/dahdi?view=rev&rev=6022
Log:
Remove 8 bit restriction on setting indirect registers
(closes issue #14323)
Reported by: alecdavis
Patches:
fxstest_setindirect.diff.txt uploaded by alecdavis (license 585)
Tested by: alecdavis
Modified:
tools/trunk/fxstest.c
Modified: tools/trunk/fxstest.c
URL: http://svn.digium.com/svn-view/dahdi/tools/trunk/fxstest.c?view=diff&rev=6022&r1=6021&r2=6022
==============================================================================
--- tools/trunk/fxstest.c (original)
+++ tools/trunk/fxstest.c Wed Feb 18 15:20:13 2009
@@ -200,7 +200,6 @@
regop.val = val;
if (!strcasecmp(argv[2], "setindirect")) {
regop.indirect = 1;
- regop.val &= 0xff;
} else {
regop.indirect = 0;
}
More information about the svn-commits
mailing list