We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fdf00f commit f80ff30Copy full SHA for f80ff30
src/slinkxml.c
@@ -182,11 +182,10 @@ prtinfo_connections (ezxml_t xmldoc)
182
183
for (station = ezxml_child (xmldoc, "station"); station; station = ezxml_next (station))
184
{
185
- const char *network, *name, *end_seq;
+ const char *network, *name;
186
187
network = ezxml_attr (station, "network");
188
name = ezxml_attr (station, "name");
189
- end_seq = ezxml_attr (station, "end_seq");
190
191
for (connection = ezxml_child (station, "connection"); connection; connection = ezxml_next (connection))
192
0 commit comments