ソースを参照

Incorrect assertion

Source commit: 47f04bfdd82c4d78313ba4b5e0dfb71c6d96c36b
Martin Prikryl 3 年 前
コミット
24a683d1dd
1 ファイル変更1 行追加1 行削除
  1. 1 1
      source/core/PuttyIntf.cpp

+ 1 - 1
source/core/PuttyIntf.cpp

@@ -305,7 +305,7 @@ size_t banner(Seat * seat, const void * data, size_t len)
 uintmax_t strtoumax(const char *nptr, char **endptr, int base)
 {
   if (DebugAlwaysFalse(endptr != NULL) ||
-      DebugAlwaysFalse(base == 10))
+      DebugAlwaysFalse(base != 10))
   {
     Abort();
   }