View | Details | Raw Unified | Return to bug 185964 | Differences between
and this patch

Collapse All | Expand All

(-)lib/libiconv_modules/VIQR/citrus_viqr.c (-1 / +1 lines)
Lines 457-463 Link Here
457
			return (errnum);
457
			return (errnum);
458
		}
458
		}
459
	}
459
	}
460
	for (i = 0;; ++i) {
460
	for (i = 0; i < mnemonic_ext_size; ++i) {
461
		p = &mnemonic_ext[i];
461
		p = &mnemonic_ext[i];
462
		n = strlen(p->name);
462
		n = strlen(p->name);
463
		if (ei->mb_cur_max < n)
463
		if (ei->mb_cur_max < n)

Return to bug 185964