Update of /cvsroot/alsa/alsa-lib/alsalisp
In directory sc8-pr-cvs1:/tmp/cvs-serv20722
Modified Files:
alsalisp.c
Added Files:
hello.lisp
Log Message:
Fixed some lisp bugs
--- NEW FILE: hello.lisp ---
(princ "Hello ALSA world\n")
(princ "One " 1 "\n")
(princ "Two " (+ 1 1) "\n")
Index: alsalisp.c
===================================================================
RCS file: /cvsroot/alsa/alsa-lib/alsalisp/alsalisp.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- alsalisp.c 24 Jun 2003 19:30:08 -0000 1.1
+++ alsalisp.c 27 Jun 2003 20:39:02 -0000 1.2
@@ -65,7 +65,7 @@
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 @@
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);
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog