pertag + vanitygaps: store signed ints rather than unsigned in case negative gap values are used

pull/363/head
bakkeby 1 year ago
parent 5fefbfee64
commit eca757eeea

@ -21,7 +21,7 @@ struct Pertag {
#endif // ZOOMSWAP_PATCH
#if PERTAG_VANITYGAPS_PATCH && VANITYGAPS_PATCH
int enablegaps[NUMTAGS + 1];
unsigned int gaps[NUMTAGS + 1];
int gaps[NUMTAGS + 1];
#endif // PERTAG_VANITYGAPS_PATCH | VANITYGAPS_PATCH
};

Loading…
Cancel
Save