diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2008-03-11 09:47:03 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2008-03-11 09:47:03 +0000 |
commit | 5b986ae8d78768e6ce59c6aad5455823c78bb13b (patch) | |
tree | c02543c0a038dbdf2dcb717cdb5b980d72768113 | |
parent | 4543221f689a6578c15da897c45b7772926f3e05 (diff) |
updated README.txt a wee bit
svn path=/trunk/externals/zexy/; revision=9557
-rw-r--r-- | README.txt | 9 | ||||
-rw-r--r-- | src/msgfile.c | 1 |
2 files changed, 2 insertions, 8 deletions
@@ -2,9 +2,6 @@ the zexy external
==============================================================================
-
-
-
outline of this file::
==============================================================================
+ general
@@ -39,7 +36,6 @@ installation:: linux :
------------------------------------------------------------------------------
-
short:
#1> cd src/
#2> make
@@ -128,7 +124,6 @@ authors:: ==============================================================================
this software is
copyleft 1999-2007 by IOhannes m zmoelnig <zmoelnig [at] iem [dot] at>
-with some contributions by winfried ritsch, guenter geiger, miller.s.puckette
-and surely some others
-
+with some contributions by winfried ritsch, franz zotter, guenter geiger,
+miller.s.puckette and surely some others
diff --git a/src/msgfile.c b/src/msgfile.c index ac90e41..4abd14d 100644 --- a/src/msgfile.c +++ b/src/msgfile.c @@ -604,7 +604,6 @@ static void msgfile_read2(t_msgfile *x, t_symbol *filename, t_symbol *format) return; } - /* read */ if ((readlength = read(fd, readbuf, length)) < length) { pd_error(x, "msgfile_read: unable to read %s", filnam); |