1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/devel/cssc/files/patch-sf-delta.cc
Alexey Dokuchaev 7e0afc5695 Unbreak on 5.X and -CURRENT.
Reported by:	kris
Approved by:	portmgr (krion), fjoe (mentor, implicit)
2004-10-06 04:53:33 +00:00

15 lines
411 B
C++

--- sf-delta.cc.orig Fri Oct 1 18:10:43 2004
+++ sf-delta.cc Fri Oct 1 18:31:01 2004
@@ -533,8 +533,10 @@
return false;
}
FileDeleter another_cleaner(dname, false);
+
+ delta d;
- struct subst_parms parms(get_out, NULL, delta(),
+ struct subst_parms parms(get_out, NULL, d,
0, sccs_date()); // XXX: was sccs_date(NULL) (bad!)
seq_state gsstate(sstate);