Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
e048e4c5
...
e048e4c5dd3d813a6e5644c01defb0719720bc64
authored
2002-10-13 20:34:22 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mu_message_set_header): Bugfix.
1 parent
92f84789
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
libmu_scm/mu_message.c
libmu_scm/mu_message.c
View file @
e048e4c
...
...
@@ -266,8 +266,6 @@ SCM_DEFINE (mu_message_set_header, "mu-message-set-header", 3, 1, 0,
VALUE
,
SCM_ARG2
,
FUNC_NAME
);
if
(
!
SCM_UNBNDP
(
REPLACE
))
{
SCM_ASSERT
(
SCM_IMP
(
REPLACE
)
&&
SCM_INUMP
(
REPLACE
),
REPLACE
,
SCM_ARG3
,
FUNC_NAME
);
replace
=
REPLACE
==
SCM_BOOL_T
;
}
...
...
Please
register
or
sign in
to post a comment