diff options
| author | 2003-01-06 04:08:00 +0000 | |
|---|---|---|
| committer | 2003-01-06 04:08:00 +0000 | |
| commit | ce3cc1bd34bb2f450b231ffc92765f88d3422cad (patch) | |
| tree | b9b2a332ef8629d1b02ff89714e6698262c203fe /src/main.c | |
| parent | emulate legacy ISO reception API on top of new rawiso API (diff) | |
back out previous commit - don't drop the legacy API just yet
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@100 53a565d1-3bb7-0310-b661-cf11e63c67ab
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -148,9 +148,8 @@ struct raw1394_handle *raw1394_new_handle(void) handle->bus_reset_handler = bus_reset_default; handle->tag_handler = tag_handler_default; handle->arm_tag_handler = arm_tag_handler_default; - handle->iso_buffer = NULL; - handle->legacy_iso_active = 0; memset(handle->iso_handler, 0, sizeof(handle->iso_handler)); + handle->iso_buffer = NULL; return handle; } |
