From 660caf830d3aadb6eb5dbad5fe37dbea7dcb380a Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Sun, 27 Aug 2000 23:24:17 +0000 Subject: Bugfix: QUERY_DRIVE returns status as last byte, not first. --- lib/rpcs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/rpcs.h') diff --git a/lib/rpcs.h b/lib/rpcs.h index 18d4d66..83a8732 100644 --- a/lib/rpcs.h +++ b/lib/rpcs.h @@ -360,7 +360,7 @@ class rpcs { * @returns true on success, false on failure. */ bool sendCommand(enum commands cc, bufferStore &data); - Enum getResponse(bufferStore &); + Enum getResponse(bufferStore &data, bool statusIsFirstByte); const char *getConnectName(); }; -- cgit v1.2.3