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
122256d7
...
122256d7bc23ecbaefed59caaf1be37872d6dd34
authored
2004-06-23 06:47:18 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(guimb_catch_body): Use scm_c_eval_string
1 parent
c506ae0b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
guimb/collect.c
guimb/collect.c
View file @
122256d
...
...
@@ -196,7 +196,7 @@ guimb_catch_body (void *data, mailbox_t unused)
scm_primitive_load
(
scm_makfrom0str
(
gd
->
program_file
));
if
(
gd
->
program_expr
)
scm_
eval_0str
(
gd
->
program_expr
);
scm_
c_eval_string
(
gd
->
program_expr
);
return
SCM_BOOL_F
;
}
...
...
Please
register
or
sign in
to post a comment