[Pkg-wmaker-commits] [wmbiff] 14/77: some explicit casts to make compiling on non-linux a bit more warning-free

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


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

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

commit 3f53c05389e10981a9ef9d07d5f390331337c74f
Author: bluehal <bluehal>
Date:   Tue Apr 9 07:45:52 2002 +0000

    some explicit casts to make compiling on non-linux a bit more warning-free
---
 wmbiff/LicqClient.c    |  6 +++---
 wmbiff/maildirClient.c | 12 ++++++------
 wmbiff/mboxClient.c    |  6 +++---
 3 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/wmbiff/LicqClient.c b/wmbiff/LicqClient.c
index 5d7df5f..c6c57ce 100644
--- a/wmbiff/LicqClient.c
+++ b/wmbiff/LicqClient.c
@@ -1,4 +1,4 @@
-/* $Id: LicqClient.c,v 1.5 2002/04/07 05:08:23 bluehal Exp $ */
+/* $Id: LicqClient.c,v 1.6 2002/04/09 07:45:52 bluehal Exp $ */
 /* Author : Yong-iL Joh ( tolkien at mizi.com )
    Modified: Jorge Garc�a ( Jorge.Garcia at uv.es )
  * 
@@ -42,8 +42,8 @@ int licqCheckHistory(Pop3 pc)
 		   "  was changed,"
 		   " TIME: old %lu, new %lu"
 		   " SIZE: old %lu, new %lu\n",
-		   PCM.mtime, (unsigned long)st.st_mtime, 
-           (unsigned long) PCM.size, (unsigned long)st.st_size);
+		   PCM.mtime, (unsigned long) st.st_mtime,
+		   (unsigned long) PCM.size, (unsigned long) st.st_size);
 		ut.actime = st.st_atime;
 		ut.modtime = st.st_mtime;
 		F = pc->open(pc);
diff --git a/wmbiff/maildirClient.c b/wmbiff/maildirClient.c
index 95ca0c0..05f2c52 100644
--- a/wmbiff/maildirClient.c
+++ b/wmbiff/maildirClient.c
@@ -1,11 +1,11 @@
-/* $Id: maildirClient.c,v 1.6 2002/04/07 05:08:23 bluehal Exp $ */
+/* $Id: maildirClient.c,v 1.7 2002/04/09 07:45:52 bluehal Exp $ */
 /* Author : Yong-iL Joh ( tolkien at mizi.com )
    Modified : Jorge Garc�a ( Jorge.Garcia at uv.es )
    Modified : Dwayne C. Litzenberger ( dlitz at dlitz.net )
  * 
  * Maildir checker.
  *
- * Last Updated : $Date: 2002/04/07 05:08:23 $
+ * Last Updated : $Date: 2002/04/09 07:45:52 $
  *
  */
 
@@ -83,10 +83,10 @@ int maildirCheckHistory(Pop3 pc)
 		   " SIZE(new): old %lu, new %lu\n"
 		   " TIME(cur): old %lu, new %lu"
 		   " SIZE(cur): old %lu, new %lu\n",
-		   PCM.mtime_new, (unsigned long)st_new.st_mtime,
-		   (unsigned long) PCM.size_new, (unsigned long)st_new.st_size,
-		   PCM.mtime_cur, (unsigned long)st_cur.st_mtime,
-		   (unsigned long) PCM.size_cur, (unsigned long)st_cur.st_size);
+		   PCM.mtime_new, (unsigned long) st_new.st_mtime,
+		   (unsigned long) PCM.size_new, (unsigned long) st_new.st_size,
+		   PCM.mtime_cur, (unsigned long) st_cur.st_mtime,
+		   (unsigned long) PCM.size_cur, (unsigned long) st_cur.st_size);
 
 		count_new = count_msgs(path_new);
 		count_cur = count_msgs(path_cur);
diff --git a/wmbiff/mboxClient.c b/wmbiff/mboxClient.c
index a3eb13f..224818c 100644
--- a/wmbiff/mboxClient.c
+++ b/wmbiff/mboxClient.c
@@ -1,4 +1,4 @@
-/* $Id: mboxClient.c,v 1.7 2002/04/07 05:08:23 bluehal Exp $ */
+/* $Id: mboxClient.c,v 1.8 2002/04/09 07:45:52 bluehal Exp $ */
 /* Author:		Yong-iL Joh <tolkien at mizi.com>
    Modified:	Jorge Garc�a <Jorge.Garcia at uv.es>
    			 	Rob Funk <rfunk at funknet.net>
@@ -61,8 +61,8 @@ int mboxCheckHistory(Pop3 pc)
 		   "  was changed,"
 		   " TIME: old %lu, new %lu"
 		   " SIZE: old %lu, new %lu\n",
-		   PCM.mtime, (unsigned long)st.st_mtime, 
-           (unsigned long) PCM.size, (unsigned long)st.st_size);
+		   PCM.mtime, (unsigned long) st.st_mtime,
+		   (unsigned long) PCM.size, (unsigned long) st.st_size);
 		ut.actime = st.st_atime;
 		ut.modtime = st.st_mtime;
 		F = pc->open(pc);

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