View | Details | Raw Unified | Return to bug 215852
Collapse All | Expand All

(-)../common/multibyte.c (-1 / +1 lines)
Lines 1455-1461 Link Here
1455
			return ename;
1455
			return ename;
1456
1456
1457
		for (i = 0; i < maxfunc; i++) {
1457
		for (i = 0; i < maxfunc; i++) {
1458
			if (maybe == (1 << i))
1458
			if (maybe & (1 << i))
1459
				return dt->name[i];
1459
				return dt->name[i];
1460
		}
1460
		}
1461
	}
1461
	}

Return to bug 215852