diff options
| -rw-r--r-- | libgcobol/xmlparse.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgcobol/xmlparse.cc b/libgcobol/xmlparse.cc index edaf124..59d4072 100644 --- a/libgcobol/xmlparse.cc +++ b/libgcobol/xmlparse.cc @@ -734,7 +734,7 @@ xml_push_parse( cblc_field_t *input_field, context.push( input_field, input_offset, len, false); #if LIBXML_VERSION >= 21400 - const xmlChar * version = xmlCtxtGetVersion( ctxt ); + const xmlChar * version = xmlCtxtGetVersion( context ); #else const xmlChar * version = xmlchar_of("requires version 2.14"); #endif |
