mirror of https://github.com/mirror/busybox.git
Silence cut so it doesn't whine during compilation
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