wok-current annotate busybox/stuff/busybox-1.10.1-script.u @ rev 2675
Up: ffmpeg and add compile options for small size
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Tue Apr 21 12:40:38 2009 +0000 (2009-04-21) |
parents | |
children |
rev | line source |
---|---|
pascal@751 | 1 --- busybox-1.10.1/util-linux/script.c |
pascal@751 | 2 +++ busybox-1.10.1/util-linux/script.c |
pascal@751 | 3 @@ -132,8 +132,7 @@ |
pascal@751 | 4 count = safe_read(pty, buf, sizeof(buf)); |
pascal@751 | 5 if (count <= 0 && errno != EAGAIN) { |
pascal@751 | 6 /* err/eof: don't read anymore */ |
pascal@751 | 7 - pfd[1].revents = 0; |
pascal@751 | 8 - fd_count--; |
pascal@751 | 9 + break; |
pascal@751 | 10 } |
pascal@751 | 11 if (count > 0) { |
pascal@751 | 12 full_write(1, buf, count); |