pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/bibtool/patches Remove left unremoved patch-main.c.
details: https://anonhg.NetBSD.org/pkgsrc/rev/f8c18e1d91da
branches: trunk
changeset: 645174:f8c18e1d91da
user: mef <mef%pkgsrc.org@localhost>
date: Sat Jan 24 13:42:18 2015 +0000
description:
Remove left unremoved patch-main.c.
diffstat:
print/bibtool/patches/patch-main.c | 19 -------------------
1 files changed, 0 insertions(+), 19 deletions(-)
diffs (23 lines):
diff -r 54ce90235d3c -r f8c18e1d91da print/bibtool/patches/patch-main.c
--- a/print/bibtool/patches/patch-main.c Sat Jan 24 13:40:24 2015 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-$NetBSD: patch-main.c,v 1.1 2012/12/24 01:50:57 dholland Exp $
-
-Remove wrong casts.
-
---- main.c~ 2004-02-08 09:41:38.000000000 +0000
-+++ main.c
-@@ -789,10 +789,10 @@ static int update_crossref(db,rec) /
- /* */
- t = *++hp; t++; /* */
- (void)sp_open(t); /* Try to extract */
-- if ( (s = SParseSymbol(&t)) == (Uchar)NULL ) /* the crossref as symbol*/
-+ if ( (s = SParseSymbol(&t)) == NULL ) /* the crossref as symbol*/
- { return 0; } /* */
- /* */
-- if ( (s = db_new_key(db,s)) == (Uchar)NULL ) /* */
-+ if ( (s = db_new_key(db,s)) == NULL ) /* */
- { ERROR2("Crossref not found: ",(char*)s); /* */
- return 0; /* */
- } /* */
Home |
Main Index |
Thread Index |
Old Index