mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
bf57334ca0
- The maintainer is now a committer. Reviewed by: Kim Culhan <kimc@w8hd.org>
13 lines
628 B
Plaintext
13 lines
628 B
Plaintext
--- 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;
|