wmacpi: Bump to version 1.99r3.
Source obtained from http://sourceforge.net/projects/wmacpi/files/. 2004 January 12 1.99r3 . . . and a fix for a fix that didn't fix it . . .
This commit is contained in:
parent
2de3883e99
commit
9c6f407b38
|
@ -1,3 +1,6 @@
|
||||||
|
2004 January 12 1.99r3
|
||||||
|
. . . and a fix for a fix that didn't fix it . . .
|
||||||
|
|
||||||
2004 January 12 1.99r2
|
2004 January 12 1.99r2
|
||||||
Some cleanups and bugfixes found by the wonderful Debian users.
|
Some cleanups and bugfixes found by the wonderful Debian users.
|
||||||
|
|
||||||
|
|
|
@ -682,7 +682,7 @@ int main(int argc, char **argv)
|
||||||
battery_no = 1;
|
battery_no = 1;
|
||||||
|
|
||||||
/* parse command-line options */
|
/* parse command-line options */
|
||||||
while ((ch = getopt(argc, argv, "d:c:m:s:a:hnwvV")) != EOF) {
|
while ((ch = getopt(argc, argv, "d:c:m:s:a:hnwbvV")) != EOF) {
|
||||||
switch (ch) {
|
switch (ch) {
|
||||||
case 'c':
|
case 'c':
|
||||||
if (optarg) {
|
if (optarg) {
|
||||||
|
|
Loading…
Reference in a new issue