summaryrefslogtreecommitdiff
path: root/dahdi_tool.c
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2010-02-26 21:05:26 +0000
committerShaun Ruffell <sruffell@digium.com>2010-02-26 21:05:26 +0000
commit2e0f01e7e1455e91b13f0304be611e312f31cc24 (patch)
treee31a664bbe87bd80f9dd278de00afeece8c6e7e3 /dahdi_tool.c
parent68c35fa1ec23763fea236fb47c8dcd4cb073b415 (diff)
dahdi_tool, dahdi_maint: 'struct spaninfo' changed in dahdi-linux r8147
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@8148 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'dahdi_tool.c')
-rw-r--r--dahdi_tool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dahdi_tool.c b/dahdi_tool.c
index 4b107c3..810aba1 100644
--- a/dahdi_tool.c
+++ b/dahdi_tool.c
@@ -273,7 +273,7 @@ static void show_bits(int span, newtComponent bitbox, newtComponent inuse, newtC
strcat(tmp, dahdi_txlevelnames[s[span].rxlevel]);
sprintf(tmp, "%3d/%3d", s[span].txlevel, s[span].rxlevel);
newtTextboxSetText(levels, tmp);
- sprintf(tmp, "%7d", s[span].count.bpv);
+ sprintf(tmp, "%7d", s[span].bpvcount);
newtTextboxSetText(bpvcount, tmp);
sprintf(tmp, "%7d", s[span].irqmisses);
newtTextboxSetText(irqmisses, tmp);