From a26dd8e520ea479766734ac8a6914778a9734af0 Mon Sep 17 00:00:00 2001 From: Alexandre Ratchov Date: Sat, 27 Oct 2012 15:02:44 +0200 Subject: [PATCH] remove wrong comment about wrong code --- libsndio/sio.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libsndio/sio.c b/libsndio/sio.c index 87288f2..05ee1ce 100644 --- a/libsndio/sio.c +++ b/libsndio/sio.c @@ -269,7 +269,6 @@ sio_read(struct sio_hdl *hdl, void *buf, size_t len) return 0; } while (todo > 0) { - /* XXX: this is wrong */ n = hdl->ops->read(hdl, data, todo); if (n == 0) { if (hdl->nbio || hdl->eof || todo < len)