From 6295c187543e3ea0d773d01b2d0ea7496d7e5b7a Mon Sep 17 00:00:00 2001
From: Dimitrios Stoupis <dimitris.apple@gmail.com>
Date: Sun, 25 Nov 2018 23:38:47 +0000
Subject: [PATCH] Correct a comment mistake

---
 inc/Message.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inc/Message.hpp b/inc/Message.hpp
index a6ad919d..0e311b4e 100644
--- a/inc/Message.hpp
+++ b/inc/Message.hpp
@@ -410,7 +410,7 @@ public:
 		uint16_t size = readUint16(); // Get the data length from the message
 		readString(byteString, size); // Read the string data
 
-		return size; // Return the read string pointer
+		return size; // Return the string size
 	}
 
 	/**
-- 
GitLab