diff options
| author | 2005-06-23 17:09:33 +0000 | |
|---|---|---|
| committer | 2005-06-23 17:09:33 +0000 | |
| commit | 202b68ef5b03f6dd68cd21dc15eb7a000d3f1160 (patch) | |
| tree | 5421fe71160b4e12602f0e6ca4ed817f6ecf31f3 /src | |
| parent | documentation and header comment corrections from Stefan Richter (diff) | |
bugfix stalling on iso transmission underflow
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@156 53a565d1-3bb7-0310-b661-cf11e63c67ab
Diffstat (limited to 'src')
| -rw-r--r-- | src/iso.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -288,7 +288,7 @@ static int _raw1394_iso_xmit_queue_packets(raw1394handle_t handle) if(packets.infos == NULL) goto out; - while(stat->n_packets > 0) { + while(stat->n_packets > 1) { enum raw1394_iso_disposition disp; unsigned int len; |
