# HG changeset patch # User nkeynes # Date 1142856015 0 # Node ID 795fec623ce9544064d8aac8e4ef88326ff69254 # Parent 7e4549476110f467808679dd4936f4f8ea5759a2 Fix incorrect response length for condition queries --- a/src/maple/maple.c Mon Mar 20 11:59:57 2006 +0000 +++ b/src/maple/maple.c Mon Mar 20 12:00:15 2006 +0000 @@ -1,5 +1,5 @@ /** - * $Id: maple.c,v 1.6 2005-12-26 03:54:55 nkeynes Exp $ + * $Id: maple.c,v 1.7 2006-03-20 12:00:15 nkeynes Exp $ * * Implements the core Maple bus, including DMA transfers to and from the bus. * @@ -142,6 +142,7 @@ else status = dev->get_condition(dev, func, return_buf+8, &out_length ); + out_length++; if( status == 0 ) { status = MAPLE_RESP_DATA; PUTWORD(4,func);