Browse Source

Error field is used for TRANSFERIN event only

(cherry picked from commit bca00e5fd96a3ece4bb45a8d352b012577092969)

Source commit: d2beb0ab61c023057662207c42bc6a29eba1e019
Martin Prikryl 5 years ago
parent
commit
69a0073ce2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/console/Console.h

+ 1 - 1
source/console/Console.h

@@ -77,7 +77,7 @@ struct TConsoleCommStruct
   {
     unsigned char Data[20480];
     size_t Len;
-    bool Error;
+    bool Error; // TRANSFERIN only
   };
 
   size_t Size;