summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar aeb 2000-04-27 01:09:52 +0000
committerGravatar aeb 2000-04-27 01:09:52 +0000
commit8dd13e50825cdcee062d4dba43afa62c292d465f (patch)
treea035bae505f398b361a4b0d844a417ac946973f0 /src
parentFixed lock transaction to actually return response value. (diff)
Fixed missing setting of ext code in raw1394_start_lock()
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@25 53a565d1-3bb7-0310-b661-cf11e63c67ab
Diffstat (limited to 'src')
-rw-r--r--src/readwrite.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/readwrite.c b/src/readwrite.c
index dac0653..aa1db0e 100644
--- a/src/readwrite.c
+++ b/src/readwrite.c
@@ -66,6 +66,7 @@ int raw1394_start_lock(struct raw1394_handle *handle, nodeid_t node,
req->address = ((u_int64_t)node << 48) | addr;
req->sendb = sendbuf;
req->recvb = result;
+ req->misc = extcode;
switch (extcode) {
case 3: /* EXTCODE_FETCH_ADD */
'2016-04-12 21:52:09 +0100'>2016-04-12Update gb.hGravatar gingerBill 1-386/+526 2016-04-10New gb.h!!!!Gravatar gingerBill 1-370/+1414 2016-04-10License UpdateGravatar gingerBill 1-45/+40 2016-04-08Update README.mdGravatar gingerBill 1-1/+1 2016-04-08Use 64-bit murmur64 version on WIN64Gravatar gingerBill 1-3/+3 2016-04-08Update gb_math.hGravatar gingerBill 1-5/+6 2016-04-08Fix strict aliasing in gb_quake_inv_sqrtGravatar gingerBill 1-11/+13 2016-04-08Update gb_math.hGravatar gingerBill 1-1/+2 2016-04-08gb_math.h v0.04a - Minor bug fixesGravatar gingerBill 1-45/+50 2016-04-08Update README.mdGravatar gingerBill 1-2/+1 2016-04-08Delete gb_math.hppGravatar gingerBill 1-3882/+0 2016-04-08gb_math.h - v0.04 - Namespace everything with gbGravatar gingerBill 1-340/+1484 2016-03-03Update gb.h - v0.02Gravatar gingerBill 1-38/+59 2016-03-03New LibrariesGravatar gingerBill 3-2101/+1219 2016-01-01Explicit Everything!Gravatar gingerBill 4-306/+241 2015-12-17Macro fixesGravatar gingerBill 3-58/+75 2015-12-17Change conventions slightlyGravatar gingerBill 4-1041/+1069 2015-12-15Remove C++ specific macrosGravatar gingerBill 1-19/+2 2015-12-15Allow for no <stdio.h>Gravatar gingerBill 2-18/+32 2015-12-14gb.hpp - Allocators can be passed to gb_alloc/free/etc. without cast using `t...Gravatar gingerBill 3-33/+126 2015-12-14Update README.mdGravatar gingerBill 1-1/+1 2015-12-14gb.h - Implement all functions (from gb.hpp)Gravatar gingerBill 3-247/+1983 2015-12-14Update README.mdGravatar gingerBill 1-0/+1