From fcfe1713653306ea5a73f617560cee4d23f45d92 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Fri, 4 Nov 2016 09:53:41 +0000 Subject: [PATCH] Record that the UMP is already open. --- UMP.h | 1 + 1 file changed, 1 insertion(+) diff --git a/UMP.h b/UMP.h index 17a1e97..2be9447 100644 --- a/UMP.h +++ b/UMP.h @@ -48,6 +48,7 @@ public: private: CSerialController m_serial; + bool m_open; unsigned char* m_buffer; unsigned int m_length; unsigned int m_offset;