PKGBUILDs/community/apcupsd/arm.patch

12 lines
253 B
Diff
Raw Normal View History

2014-08-22 19:26:39 +00:00
--- 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)