Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/misc/asbutton/files/patch-asbutton.c
16461 views
1
--- asbutton.c.orig 1999-07-17 05:59:20.000000000 +0800
2
+++ asbutton.c 2007-08-03 18:13:09.000000000 +0800
3
@@ -605,7 +605,7 @@
4
continue;
5
}
6
if ( !strncasecmp(line, "button", 6))
7
- if (atoi(&(char)line[6]) == position)
8
+ if (atoi(line+6) == position)
9
break;
10
}
11
} while (1);
12
13