summaryrefslogtreecommitdiff
path: root/libmu_scm
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-10-13 20:34:22 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-10-13 20:34:22 +0000
commite048e4c5dd3d813a6e5644c01defb0719720bc64 (patch)
tree5a74ff19978e179924208c62ce3ec664a1a10ba7 /libmu_scm
parent92f84789a1f320265fd3d5b962d60b5f0d991ff6 (diff)
downloadmailutils-e048e4c5dd3d813a6e5644c01defb0719720bc64.tar.gz
mailutils-e048e4c5dd3d813a6e5644c01defb0719720bc64.tar.bz2
(mu_message_set_header): Bugfix.
Diffstat (limited to 'libmu_scm')
-rw-r--r--libmu_scm/mu_message.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libmu_scm/mu_message.c b/libmu_scm/mu_message.c
index 347582778..76597ab1d 100644
--- a/libmu_scm/mu_message.c
+++ b/libmu_scm/mu_message.c
@@ -266,8 +266,6 @@ SCM_DEFINE (mu_message_set_header, "mu-message-set-header", 3, 1, 0,
266 VALUE, SCM_ARG2, FUNC_NAME); 266 VALUE, SCM_ARG2, FUNC_NAME);
267 if (!SCM_UNBNDP (REPLACE)) 267 if (!SCM_UNBNDP (REPLACE))
268 { 268 {
269 SCM_ASSERT (SCM_IMP (REPLACE) && SCM_INUMP (REPLACE),
270 REPLACE, SCM_ARG3, FUNC_NAME);
271 replace = REPLACE == SCM_BOOL_T; 269 replace = REPLACE == SCM_BOOL_T;
272 } 270 }
273 271

Return to:

Send suggestions and report system problems to the System administrator.