Search
lxdream.org :: lxdream/src/maple/maple.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/maple/maple.c
changeset 633:bbfc1a38ddb5
prev608:4f588e52bce0
next736:a02d1475ccfd
author nkeynes
date Tue Feb 12 21:05:34 2008 +0000 (16 years ago)
permissions -rw-r--r--
last change Fix return buffer size on get cond failure
file annotate diff log raw
1.1 --- a/src/maple/maple.c Sat Jan 26 02:45:27 2008 +0000
1.2 +++ b/src/maple/maple.c Tue Feb 12 21:05:34 2008 +0000
1.3 @@ -194,8 +194,8 @@
1.4 else status = dev->get_condition(dev, func,
1.5 return_buf+8,
1.6 &out_length );
1.7 - out_length++;
1.8 if( status == 0 ) {
1.9 + out_length++;
1.10 status = MAPLE_RESP_DATA;
1.11 PUTWORD(4,func);
1.12 }
.