summaryrefslogtreecommitdiff
path: root/Docs/Support/trivial-makeinfo-4.0c.patch
blob: b2446c0e8bbfcc60d0c62fbec744b30d593375b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- alt-multi.c	Sun Apr 14 10:03:19 2002
+++ multi.c	Tue May 22 20:52:33 2001
@@ -287,7 +287,7 @@
                  && *params != '\n' && *params != '@')
             params++;
           setup_output_environment (i,
-                     (int) ((columnfrac * 100.00) + 0.49));
+                     (int) (columnfrac * (fill_column - current_indent) + .5));
         }
       }