[Pkg-wmaker-commits] [wmbiff] 73/77: type casting hackery to help architectures I don't have

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:01:19 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 9b25f1b2a80a079b405f6b5562d2033832835c4f
Author: bluehal <bluehal>
Date:   Fri May 3 05:43:51 2002 +0000

    type casting hackery to help architectures I don't have
---
 wmbiff/mboxClient.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/wmbiff/mboxClient.c b/wmbiff/mboxClient.c
index 35c4ada..044e2ee 100644
--- a/wmbiff/mboxClient.c
+++ b/wmbiff/mboxClient.c
@@ -1,4 +1,4 @@
-/* $Id: mboxClient.c,v 1.12 2002/04/20 09:12:35 bluehal Exp $ */
+/* $Id: mboxClient.c,v 1.13 2002/05/03 05:43:51 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>
@@ -6,7 +6,7 @@
  * 
  * MBOX checker.
  *
- * Last Updated : $Date: 2002/04/20 09:12:35 $
+ * Last Updated : $Date: 2002/05/03 05:43:51 $
  *
  */
 
@@ -97,7 +97,7 @@ int fileHasChanged(const char *mbox_filename, time_t * atime,
 		DMA(DEBUG_INFO, " %s was changed,"
 			" mTIME: %lu -> %lu; SIZE: %lu -> %lu\n",
 			mbox_filename, *mtime, st.st_mtime,
-			(unsigned long) *size, st.st_size);
+			(unsigned long) *size, (unsigned long)st.st_size);
 
 		*atime = st.st_atime;
 		*mtime = st.st_mtime;

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