Browse Source

Error field is used for TRANSFERIN event only

Source commit: 23f96b73cfb851dfb44ecb95d8700103ee368128
Martin Prikryl 5 years ago
parent
commit
bca00e5fd9
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;