CVSROOT:        /cvsroot/groff
Module name:    groff
Changes by:     Werner LEMBERG <wl>     07/03/22 11:13:26

Modified files:
        .              : ChangeLog 
        tmac           : pspic.tmac 

Log message:
        * tmac/pspic.tmac: Fix harmless numeric overflow warning.  Reported
        by Jörg van den Hoff <[EMAIL PROTECTED]>.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/ChangeLog?cvsroot=groff&r1=1.1080&r2=1.1081
http://cvs.savannah.gnu.org/viewcvs/groff/tmac/pspic.tmac?cvsroot=groff&r1=1.6&r2=1.7

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/groff/groff/ChangeLog,v
retrieving revision 1.1080
retrieving revision 1.1081
diff -u -b -r1.1080 -r1.1081
--- ChangeLog   21 Mar 2007 13:30:59 -0000      1.1080
+++ ChangeLog   22 Mar 2007 11:13:26 -0000      1.1081
@@ -1,3 +1,8 @@
+2007-03-22  Werner LEMBERG  <[EMAIL PROTECTED]>
+
+       * tmac/pspic.tmac: Fix harmless numeric overflow warning.  Reported
+       by Jörg van den Hoff <[EMAIL PROTECTED]>.
+
 2007-03-20  Werner LEMBERG  <[EMAIL PROTECTED]>
 
        * tmac/trace.tmac (rn): Added.

Index: tmac/pspic.tmac
===================================================================
RCS file: /cvsroot/groff/groff/tmac/pspic.tmac,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- tmac/pspic.tmac     1 Jul 2006 22:49:22 -0000       1.6
+++ tmac/pspic.tmac     22 Mar 2007 11:13:26 -0000      1.7
@@ -142,7 +142,7 @@
         0 -\\n[ps-desht]u''\
 \# for convenience we also display the image file name (centered vertically);
 \Z'\v'((\\n[ps-desht]u / 2u) \
-       + (\w'\\$1' * 0) \
+       + (\w'\\$1'u * 0) \
        + ((\\n[rst]u + \\n[rsb]u) / 2u))'\h'1m'\\$1'\
 \\*[ps-endinvis]\
 \v'\\n[ps-desht]u'\


_______________________________________________
Groff-commit mailing list
Groff-commit@gnu.org
http://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to