From 5b986ae8d78768e6ce59c6aad5455823c78bb13b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 11 Mar 2008 09:47:03 +0000 Subject: updated README.txt a wee bit svn path=/trunk/externals/zexy/; revision=9557 --- README.txt | 9 ++------- src/msgfile.c | 1 - 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/README.txt b/README.txt index a3aebb6..03edd2b 100644 --- a/README.txt +++ b/README.txt @@ -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 -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); -- cgit v1.2.1