mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 20:50:31 -04:00
14 lines
255 B
C
14 lines
255 B
C
|
|
$FreeBSD$
|
|
|
|
--- asbutton.c.orig
|
|
+++ asbutton.c
|
|
@@ -605,7 +605,7 @@
|
|
continue;
|
|
}
|
|
if ( !strncasecmp(line, "button", 6))
|
|
- if (atoi(&(char)line[6]) == position)
|
|
+ if (atoi((char)line[6]) == position)
|
|
break;
|
|
}
|
|
} while (1);
|