diff options
Diffstat (limited to 'src/tocxml.c')
-rw-r--r-- | src/tocxml.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tocxml.c b/src/tocxml.c index d8f20db..60ef31b 100644 --- a/src/tocxml.c +++ b/src/tocxml.c @@ -204,7 +204,6 @@ int cur_identifiers(char * filepath, char * title, issdates * date) { xmlDocPtr file; -// if((file = xmlParseFile(filepath)) == NULL) if((file = xmlReadFile(filepath, "ISO-8859-1", 0)) == NULL) { return 1; |