1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/x11-toolkits/iv/files/patch-cj

13 lines
628 B
Plaintext
Raw Normal View History

--- src/bin/ibuild/ibvarviews.c.org Sat Feb 27 02:52:55 1993
+++ src/bin/ibuild/ibvarviews.c Sun Jan 23 20:23:50 2000
@@ -1379,7 +1379,8 @@
);
conflictCmd.Execute();
UList* cl = conflictCmd.GetConflict();
- for(UList* i = cl->First(); i != cl->End(); i = i->Next()) {
+ UList* i;
+ for(i = cl->First(); i != cl->End(); i = i->Next()) {
StateVar* state = (StateVar*) (*i)();
if (state->IsA(SUBCLASSNAME_VAR) && state != subvar) {
SubclassNameVar* svar = (SubclassNameVar*) state;