Silence cut so it doesn't whine during compilation
This commit is contained in:
parent
f3f9f3efa7
commit
de0ca0cd9e
@ -75,7 +75,7 @@ static void decompose_list(const char *list)
|
||||
/* handle multi-value cases */
|
||||
else if (nminus == 1) {
|
||||
/* handle 'N-' case */
|
||||
if (last_char_is(list,'-')) {
|
||||
if (last_char_is((char *)list,'-')) {
|
||||
startpos = strtol(list, &ptr, 10);
|
||||
}
|
||||
/* handle '-M' case */
|
||||
|
Loading…
Reference in New Issue
Block a user