[Pkg-wmaker-commits] [wmbiff] 06/14: Committing Mark Hurley's patch

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 20 02:59:54 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to tag wmbiff_0_3_1
in repository wmbiff.

commit a82313a2d22bf3c54570d962fa53c8ca76ed4ea0
Author: dwonis <dwonis>
Date:   Thu May 17 04:22:56 2001 +0000

    Committing Mark Hurley's patch
---
 ChangeLog         | 6 ++++++
 wmbiff/Makefile   | 4 ++--
 wmbiff/charutil.c | 5 ++---
 3 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 1bf4eb3..313bdc7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+wmBiff (0.3.1)
+  * wmbiff/charutil.c: fixed gcc-3.0 implicit warning, but including string.h
+    also cleaned up other includes in same file
+ 
+ -- Mark Hurley <debian4tux at telocity.com>  Wed, 16 May 2001 20:45:49 -0400
+ 
 wmBiff (0.3.0)
   * wmbiff/Makefile:
     + added charutil.o to OBJS (Mark Hurley).
diff --git a/wmbiff/Makefile b/wmbiff/Makefile
index 3b59e4d..a513760 100644
--- a/wmbiff/Makefile
+++ b/wmbiff/Makefile
@@ -1,4 +1,4 @@
-WMBIFF_VERSION="0.3.0"
+WMBIFF_VERSION="0.3.1"
 DESTDIR=
 prefix=/usr/local
 bindir=${prefix}/bin
@@ -28,7 +28,7 @@ INSTALL_FILE 	= $(INSTALL) -p -o root -g root -m 644
 
 
 .c.o:
-	gcc  $(CFLAGS) $(EXTRAFLAGS) -c $< -o $*.o
+	gcc $(CFLAGS) $(EXTRAFLAGS) -c $< -o $*.o
 
 all: wmbiff-master.xpm wmbiff
 
diff --git a/wmbiff/charutil.c b/wmbiff/charutil.c
index eb1dadd..b52535e 100644
--- a/wmbiff/charutil.c
+++ b/wmbiff/charutil.c
@@ -1,7 +1,6 @@
-//include <stdio.h>
 #include <stdlib.h>
-//include <ctype.h>
-
+#include <stdio.h>
+#include <string.h>
 #include "charutil.h"
 
 inline int LeftTrim(char *psValue)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbiff.git



More information about the Pkg-wmaker-commits mailing list