[Pkg-wmaker-commits] [wmifinfo] 17/49: wmifinfo: bump to version 0.9.
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Tue Aug 18 02:07:42 UTC 2015
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to branch master
in repository wmifinfo.
commit d121dd4637c0e78ecc75b36ab6bf88a4cd03b212
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date: Mon Jul 28 22:51:01 2014 -0500
wmifinfo: bump to version 0.9.
---
Changelog | 6 ++++++
Makefile | 2 +-
wmifinfo.c | 3 +--
3 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/Changelog b/Changelog
index 439b774..8ee71b1 100644
--- a/Changelog
+++ b/Changelog
@@ -49,3 +49,9 @@
- Bugfix from Hugo Haas that fixes NWN link quality
+
+0.09 Bugfix
+
+ - the '-i' flag (initial interface) was broken. Thanks to Rod van
+ Meter.
+
\ No newline at end of file
diff --git a/Makefile b/Makefile
index dcf2d70..acd90b7 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ ENABLE_NWN_SUPPORT=n
# Nothing to configure under here
NAME=wmifinfo
-VERSION=0.08
+VERSION=0.09
CC = gcc
LD = gcc
diff --git a/wmifinfo.c b/wmifinfo.c
index 243c345..0022bd9 100644
--- a/wmifinfo.c
+++ b/wmifinfo.c
@@ -743,8 +743,7 @@ void getifnames(void)
for(i=0; i<ifaces; i++) {
if(strcasecmp(ifname[i], startif) == 0) {
- printf("whop\n");
- ifno = ifaces;
+ ifno = i;
startif[0] = 0;
}
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmifinfo.git
More information about the Pkg-wmaker-commits
mailing list