summaryrefslogtreecommitdiff
path: root/alsalisp/alsalisp.c
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2003-06-27 20:38:13 +0000
committerJaroslav Kysela <perex@perex.cz>2003-06-27 20:38:13 +0000
commit1097c437a1fc8f41237fe432be730c7cf8ec9238 (patch)
treef02999ef0bc7ca90bffa1a6afff0d3502e69f930 /alsalisp/alsalisp.c
parent7a69ed85585ea49aef8b9329c8c2c03e0da6a980 (diff)
downloadalsa-lib-1097c437a1fc8f41237fe432be730c7cf8ec9238.tar.gz
Fixed some lisp bugs
Diffstat (limited to 'alsalisp/alsalisp.c')
-rw-r--r--alsalisp/alsalisp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/alsalisp/alsalisp.c b/alsalisp/alsalisp.c
index 0dad484a..75e833c8 100644
--- a/alsalisp/alsalisp.c
+++ b/alsalisp/alsalisp.c
@@ -65,7 +65,7 @@ static void interpret_filename(const char *file)
cfg.warning = warning;
cfg.debug = debug;
cfg.in = in;
- cfg.out = cfg.vout = cfg.wout = cfg.dout = out;
+ cfg.out = cfg.eout = cfg.vout = cfg.wout = cfg.dout = out;
cfg.root = root;
cfg.node = root;
err = alsa_lisp(&cfg);
@@ -73,7 +73,7 @@ static void interpret_filename(const char *file)
if (err < 0)
fprintf(stderr, "alsa lisp returned error %i (%s)\n", err, strerror(err));
else if (verbose)
- printf("file %s passed ok via alsa lisp interpreter", file);
+ printf("file %s passed ok via alsa lisp interpreter\n", file);
snd_config_save(root, out);
snd_output_close(out);
snd_input_close(in);