projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b16b66
)
(main): Set control.line_break to
author
handa
<handa>
Fri, 15 Apr 2005 08:16:24 +0000
(08:16 +0000)
committer
handa
<handa>
Fri, 15 Apr 2005 08:16:24 +0000
(08:16 +0000)
mdraw_default_line_break.
example/mdump.c
patch
|
blob
|
history
diff --git
a/example/mdump.c
b/example/mdump.c
index
38f167f
..
af72d91
100644
(file)
--- a/
example/mdump.c
+++ b/
example/mdump.c
@@
-635,7
+635,7
@@
main (int argc, char **argv)
else
control.ignore_formatting_char = 1;
if (break_by_word)
- control.line_break = line_break;
+ control.line_break = mdraw_default_line_break;
if (paper == PAPER_NOLIMIT)
{