commit | adad134c906042742a801fb66eb4271a7130af83 | [log] [tgz] |
---|---|---|
author | Vinod Koul <vinod.koul@intel.com> | Sat Jul 20 12:00:38 2013 +0530 |
committer | Eric Laurent <elaurent@google.com> | Thu Jul 25 12:56:26 2013 -0700 |
tree | 142920c456cc91236be174de68a7fde50735c029 | |
parent | 79c370788bfeac8e2951cc35844fb96f15f28159 [diff] [blame] |
Update to latest tinycompress 22406d2 fix error returned by compress_wait() 7d7965c compress: fix the typo in compress_get_alsa_rate()
diff --git a/compress.c b/compress.c index 734fbbf..0e71c28 100644 --- a/compress.c +++ b/compress.c
@@ -623,7 +623,7 @@ return 0; } if (fds.revents & POLLERR) { - return oops(compress, -EIO, "poll returned error!"); + return oops(compress, EIO, "poll returned error!"); } return ret; }