21 lines
475 B
Diff
21 lines
475 B
Diff
--- a/xmlschemas.c 2025-04-26 02:57:30.000000000 +0200
|
|
+++ b/xmlschemas.c 2025-04-26 02:58:52.454003744 +0200
|
|
@@ -23439,7 +23439,7 @@
|
|
j++;
|
|
} while (j < nbDupls);
|
|
}
|
|
- if (nbNodeTable) {
|
|
+ if (bind->nbNodes) {
|
|
j = 0;
|
|
do {
|
|
if (nbFields == 1) {
|
|
@@ -23490,7 +23490,7 @@
|
|
|
|
next_node_table_entry:
|
|
j++;
|
|
- } while (j < nbNodeTable);
|
|
+ } while (j < bind->nbNodes);
|
|
}
|
|
/*
|
|
* If everything is fine, then add the IDC target-node to
|