diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,8 @@
+# 6.4.0.0
+
+  - Import Bibutils 6.4.
+
+
 # 6.3.0.1
 
   - Fix MacOS X compilation.
diff --git a/bibutils/bibtexout.c b/bibutils/bibtexout.c
--- a/bibutils/bibtexout.c
+++ b/bibutils/bibtexout.c
@@ -684,7 +684,7 @@
 	int n, fstatus;
 
 	n = fields_find( in, "ARTICLENUMBER", LEVEL_ANY );
-	if ( n==FIELDS_NOTFOUND );
+	if ( n==FIELDS_NOTFOUND ) return;
 
 	fields_setused( in, n );
 	fstatus = fields_add( out, "pages", fields_value( in, n, FIELDS_CHRP ), LEVEL_MAIN );
diff --git a/bibutils/xml.h b/bibutils/xml.h
--- a/bibutils/xml.h
+++ b/bibutils/xml.h
@@ -37,7 +37,7 @@
 int    xml_has_attribute        ( xml *node, const char *attribute, const char *attribute_value );
 char * xml_parse                ( char *p, xml *onode );
 
-extern char *   xml_pns; /* global Namespace */
+extern char * xml_pns; /* global Namespace */
 
 #endif
 
diff --git a/hs-bibutils.cabal b/hs-bibutils.cabal
--- a/hs-bibutils.cabal
+++ b/hs-bibutils.cabal
@@ -1,5 +1,5 @@
 name:               hs-bibutils
-version:            6.3.0.1
+version:            6.4.0.0
 homepage:           https://github.com/wilx/hs-bibutils
 
 synopsis:           Haskell bindings to bibutils, the bibliography
