Date: Thu, 3 Feb 2000 13:09:56 +0100 From: Alexander Langer <alex@big.endian.de> To: ports@freebsd.org Subject: fix print/xmbibtex (bentofied) Message-ID: <20000203130956.D29116@cichlids.cichlids.com>
next in thread | raw e-mail | index | archive | help
>Submitter-Id: current-users >Originator: Alexander Langer >Organization: This space is intentionally left blank. >Confidential: no >Synopsis: fix print/xmbibtex (bentofied) >Severity: non-critical >Priority: low >Category: ports >Release: FreeBSD 4.0-CURRENT i386 >Class: change-request >Environment: bento >Description: fix compiler error (new C++ compiler), found by bento. Hmm. Somehow I like bento. I found a very useful tool now, that reminds installed on my machine and that I'll use in future :P (I have done bibtex by hand until now!) >How-To-Repeat: bento >Fix: --- patch-ab begins here --- --- src/biblio.h.old Thu Feb 3 11:09:08 2000 +++ src/biblio.h Thu Feb 3 11:09:53 2000 @@ -18,7 +18,7 @@ class BIBLIO { /* ... private part ... */ - const int MAX_FIELD_LENGTH=3000; /* max fieldlength for BibTeX fields */ + static const int MAX_FIELD_LENGTH=3000; /* max fieldlength for BibTeX fields */ struct CITATION { unsigned long id;/* made unsigned long to simplify ref ID generation */ char *doctype; /* added to standard BibTeX fields */ --- patch-ab ends here --- ----- End forwarded message ----- -- I doubt, therefore I might be. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000203130956.D29116>