Attention is currently required from: Angel Pons, Light.
Patch set 14:Code-Review +1
4 comments:
File ich_descriptors.c:
Patch Set #14, Line 501: for (j = 0; j < (size_t)min(num_regions, 12); j++)
Maybe these `12`'s should be a `#define MAX_NUM_REGIONS 12` or at the very least a constant after line 489.
Patch Set #14, Line 505: for (j = 12; j < num_regions; j++)
ditto
ditto
ditto
To view, visit change 62764. To unsubscribe, or for help writing mail filters, visit settings.