From 44300ffec204edfaaf5984e0e1c1509b82983f4e Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Wed, 22 Oct 2014 16:34:40 -0500 Subject: [PATCH] wmifs: Remaining Debian patches. This patch consists of all remaining differences between the Debian package version 1.3b1-22 and the original upstream source. They were not mentioned in the Debian changelog. --- wmifs/wmifs/wmifs.c | 38 ++++++++++++-------------------------- 1 file changed, 12 insertions(+), 26 deletions(-) diff --git a/wmifs/wmifs/wmifs.c b/wmifs/wmifs/wmifs.c index 9a74fc6..a63182e 100644 --- a/wmifs/wmifs/wmifs.c +++ b/wmifs/wmifs/wmifs.c @@ -248,7 +248,6 @@ extern char **environ; /* Global Variables */ /********************/ -char *ProgName; char *active_interface = NULL; int TimerDivisor=60; int WaveForm=0; @@ -298,10 +297,6 @@ int main(int argc, char *argv[]) { /* Parse Command Line */ - ProgName = argv[0]; - if (strlen(ProgName) >= 5) - ProgName += (strlen(ProgName) - 5); - for (i=1; i= nexttime) { nexttime=curtime+ScrollSpeed; + DrawStats(&stat_devices[stat_current].his[0][0], 54, 40, 5, 58); for (i=0; i pixels_per_byte) -- 2.11.4.GIT