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 . . .
---
 wmacpi/ChangeLog | 3 +++
 wmacpi/wmacpi.c  | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/wmacpi/ChangeLog b/wmacpi/ChangeLog
index 7c6a7bf..3adef3b 100644
--- a/wmacpi/ChangeLog
+++ b/wmacpi/ChangeLog
@@ -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
        Some cleanups and bugfixes found by the wonderful Debian users.
 
diff --git a/wmacpi/wmacpi.c b/wmacpi/wmacpi.c
index cebeb20..9f3b258 100644
--- a/wmacpi/wmacpi.c
+++ b/wmacpi/wmacpi.c
@@ -682,7 +682,7 @@ int main(int argc, char **argv)
     battery_no = 1;
 
     /* 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) {
        case 'c':
            if (optarg) {
-- 
1.9.1


-- 
To unsubscribe, send mail to [email protected].

Reply via email to