[Pkg-wmaker-commits] [wmbiff] 03/14: -Wwrite-strings cleanliness

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:00:06 UTC 2015


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

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

commit 2a6eb714da8e33abbea2c26d18f14e5916ed0964
Author: bluehal <bluehal>
Date:   Fri Nov 16 00:37:46 2001 +0000

    -Wwrite-strings cleanliness
---
 wmbiff/wmbiff.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/wmbiff/wmbiff.c b/wmbiff/wmbiff.c
index ce8f3a5..6de6a46 100644
--- a/wmbiff/wmbiff.c
+++ b/wmbiff/wmbiff.c
@@ -1,4 +1,4 @@
-/* $Id: wmbiff.c,v 1.10 2001/11/02 08:53:55 bluehal Exp $ */
+/* $Id: wmbiff.c,v 1.11 2001/11/16 00:37:46 bluehal Exp $ */
 
 #define	USE_POLL
 
@@ -54,7 +54,7 @@ void usage(void);
 void printversion(void);
 void do_biff(int argc, char **argv);
 void parse_mbox_path(int item);
-void BlitString(char *name, int x, int y, int new);
+static void BlitString(const char *name, int x, int y, int new);
 void BlitNum(int num, int x, int y, int new);
 void ClearDigits(int i);
 void XSleep(int millisec);
@@ -376,7 +376,7 @@ int count_mail(int item)
 /* Blits a string at given co-ordinates
    If a ``new'' parameter is given, all digits will be yellow
 */
-void BlitString(char *name, int x, int y, int new)
+static void BlitString(const char *name, int x, int y, int new)
 {
 	int i, c, k = x;
 

-- 
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