axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-developer] Axiom on FreeBSD - current patch set


From: root
Subject: Re: [Axiom-developer] Axiom on FreeBSD - current patch set
Date: Thu, 12 Aug 2004 17:06:40 -0400

patch accepted and integrated. --t


RCS file: /cvsroot/axiom/axiom/src/lib/wct.c.pamphlet,v
retrieving revision 1.4
diff -u -d -B -b -r1.4 wct.c.pamphlet
--- src/lib/wct.c.pamphlet      27 Jun 2004 15:01:44 -0000      1.4
+++ src/lib/wct.c.pamphlet      8 Aug 2004 10:09:25 -0000
@@ -287,7 +287,7 @@
   printTime((long *)&(pwct->ftime));
   cc = skimString(pwct->fimage, pwct->fsize, NHEAD, NTAIL);
   printf("%s", "            " + (cc - (NHEAD + NTAIL)));
-  printf(" [%d w, %d c]", pwct->wordc, pwct->fsize);
+  printf(" [%d w, %ld c]", pwct->wordc, (long)pwct->fsize);
   printf("\n");
 
 #ifdef SHOW_WORDS




reply via email to

[Prev in Thread] Current Thread [Next in Thread]