SCCS-file: zic.c SCCS-SID: 8.25
@@ -1639,10 +1639,11 @@ const char * const string;
mrudst = types[i];
else mrustd = types[i];
for (i = 0; i < typecnt; ++i)
- if (writetype[i])
+ if (writetype[i]) {
if (isdsts[i])
hidst = i;
else histd = i;
+ }
if (hidst >= 0 && mrudst >= 0 && hidst != mrudst &&
gmtoffs[hidst] != gmtoffs[mrudst]) {
isdsts[mrudst] = -1;