Bugzilla – Attachment 85380 Details for
Bug 65443
man page open for tcl not correct
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
patch for env.cpp
env.cpp.patch (text/plain), 555 bytes, created by
Werner Lemberg
on 2006-05-27 14:54:56 UTC
(
hide
)
Description:
patch for env.cpp
Filename:
MIME Type:
Creator:
Werner Lemberg
Created:
2006-05-27 14:54:56 UTC
Size:
555 bytes
patch
obsolete
>--- groff.old/src/roff/troff/env.cpp 2006-02-11 18:56:04.000000000 +0100 >+++ groff/src/roff/troff/env.cpp 2006-05-27 07:23:15.000000000 +0200 >@@ -837,7 +837,8 @@ > current_tab = TAB_NONE; > current_field = 0; > margin_character_flags = e->margin_character_flags; >- margin_character_node = e->margin_character_node; >+ if (e->margin_character_node) >+ margin_character_node = e->margin_character_node->copy(); > margin_character_distance = e->margin_character_distance; > numbering_nodes = 0; > number_text_separation = e->number_text_separation;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 65443
:
37901
|
85379
| 85380 |
85381