PKGBUILDs/community/apcupsd/arm.patch
Kevin Mihelich 80909d88d1 added community/apcupsd
fixes #886
2014-08-22 19:27:32 +00:00

12 lines
253 B
Diff

--- a/branches/Branch-3_14/src/apcaccess.c
+++ b/branches/Branch-3_14/src/apcaccess.c
@@ -146,7 +146,7 @@
#endif
// Process standard options
- char ch;
+ int ch;
while ((ch = getopt(argc, argv, "f:h:p:u")) != -1)
{
switch (ch)