projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3162c1b
)
Fixed bug that caused anno to mangle headers.
author
Jon Steinhart
<jon@fourwinds.com>
Tue, 12 Oct 2004 20:41:34 +0000
(20:41 +0000)
committer
Jon Steinhart
<jon@fourwinds.com>
Tue, 12 Oct 2004 20:41:34 +0000
(20:41 +0000)
uip/sendsbr.c
patch
|
blob
|
history
diff --git
a/uip/sendsbr.c
b/uip/sendsbr.c
index
7576889
..
9d90e0f
100644
(file)
--- a/
uip/sendsbr.c
+++ b/
uip/sendsbr.c
@@
-1020,7
+1020,7
@@
annoaux (int fd)
if (is_selected(mp, msgnum)) {
if (debugsw)
advise (NULL, "annotate message %d", msgnum);
- annotate (m_name (msgnum), annotext, cp, inplace, 1, 0, 0);
+ annotate (m_name (msgnum), annotext, cp, inplace, 1, -1, 0);
}
}