From 9c6f407b384ed30517cb3a163a46d06a7e121085 Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Mon, 18 Aug 2014 17:56:17 -0500 Subject: [PATCH] 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 . . . --- 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) { -- 2.11.4.GIT