bug-groff
[Top][All Lists]
Advanced

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

bittest error


From: Aaron Campbell
Subject: bittest error
Date: Thu, 8 Aug 2002 09:58:32 -0400 (EDT)

Found this while trawling the OpenBSD gnu groff source, thought I'd pass
it along to the maintainers.

--- groff-1.17.2/src/preproc/pic/object.cc.orig Thu Aug  8 09:51:56 2002
+++ groff-1.17.2/src/preproc/pic/object.cc      Thu Aug  8 09:52:01 2002
@@ -762,7 +762,7 @@
   static double last_box_radius;
   static int have_last_box = 0;
   if (!(flags & HAS_HEIGHT)) {
-    if ((flags && IS_SAME) && have_last_box)
+    if ((flags & IS_SAME) && have_last_box)
       height = last_box_height;
     else
       lookup_variable("boxht", &height);

---
Aaron Campbell (address@hidden || address@hidden)
http://www.monkey.org/~aaron




reply via email to

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