aboutsummaryrefslogtreecommitdiff
path: root/print/xmbibtex/files/patch-biblio.h
blob: 7624fcc56d4a7204844335eaf972e15b18530371 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- biblio.h.orig	2018-08-25 16:02:49 UTC
+++ biblio.h
@@ -92,7 +92,7 @@ class BIBLIO { (public)
   CITATION **c;
   unsigned long last;
 
-  BIBLIO() {last=0; c='\0';}
+  BIBLIO() {last=0; c=NULL;}
   ~BIBLIO() {
     unsigned long n;
     if (c) for(n=last-1; n==0; n--) del_citation(n);