diff options
| author | 2001-01-19 01:11:48 +0000 | |
|---|---|---|
| committer | 2001-01-19 01:11:48 +0000 | |
| commit | e6015ce5e9be81881102e33ed3139fc11bb233cc (patch) | |
| tree | df9981bade81a4784f69f3f0da427a61ed4c2ee2 /src/eventloop.c | |
| parent | Fix misplaced device file in Debian installation. (diff) | |
First implementation of new error reporting API.
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@49 53a565d1-3bb7-0310-b661-cf11e63c67ab
Diffstat (limited to 'src/eventloop.c')
| -rw-r--r-- | src/eventloop.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/eventloop.c b/src/eventloop.c index 813acb4..080d42a 100644 --- a/src/eventloop.c +++ b/src/eventloop.c @@ -45,6 +45,9 @@ int raw1394_loop_iterate(struct raw1394_handle *handle) case RAW1394_REQ_ISO_RECEIVE: channel = (handle->buffer[0] >> 8) & 0x3f; +#ifndef WORDS_BIGENDIAN + /* swap(buffer[0]); */ +#endif if (handle->iso_handler[channel]) { retval = handle->iso_handler[channel](handle, channel, |
