summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar aeb 2000-09-13 23:24:53 +0000
committerGravatar aeb 2000-09-13 23:24:53 +0000
commitaa2c8b55b3f91767cc7d47b56d4f539ff7dc5019 (patch)
treec258c53ebd27453d9197d673340c5455822a6941
parentWork around compiler warnings for int/ptr casts. (diff)
Fix raw1394_start_iso_write() which uses wrong variable.
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@39 53a565d1-3bb7-0310-b661-cf11e63c67ab
Diffstat (limited to '')
-rw-r--r--src/readwrite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/readwrite.c b/src/readwrite.c
index 333db8a..a983c30 100644
--- a/src/readwrite.c
+++ b/src/readwrite.c
@@ -105,7 +105,7 @@ int raw1394_start_iso_write(struct raw1394_handle *handle, unsigned int channel,
req->type = RAW1394_REQ_ISO_SEND;
req->generation = handle->generation;
- req->tag = tag;
+ req->tag = rawtag;
req->address = ((__u64)channel << 48) | speed;
req->misc = (tag << 16) | sy;
7c2f4d350560ddde433b0abb5a0a779&follow=1'>typoGravatar John Cowan 1-1/+1 2021-07-22switching to explicit dtosGravatar John Cowan 1-88/+102 2021-07-22errorsGravatar John Cowan 1-1/+4 2021-07-22more MN-W reviewGravatar John Cowan 1-5/+5 2021-07-20update preview linkGravatar John Cowan 1-1/+1 2021-07-20MN-W reviewGravatar John Cowan 1-6/+6 2021-07-18Fix typo.Gravatar Arthur A. Gleckler 2-4/+4 2021-07-18Add <p> around abstract.Gravatar Arthur A. Gleckler 1-2/+2 2021-07-18Publish first draft.draft-1Gravatar Arthur A. Gleckler 3-0/+114 2021-07-18Ignore trailing whitespace.Gravatar Arthur A. Gleckler 11-129/+129 2021-07-18Ignore "Dictionaries.log".Gravatar Arthur A. Gleckler 1-1/+2 2021-07-18Fix errors reported by W3C HTML Validator.Gravatar Arthur A. Gleckler 1-27/+27 2021-07-18Eliminate unnecessary redirect by using TLS/SSL.Gravatar Arthur A. Gleckler 1-1/+1