diff options
-rw-r--r-- | thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5512,7 +5512,7 @@ Init_Thread(void) if (ptr) { long quantum = strtol(ptr, NULL, 0); - if (quantum > 0 && quantum <= UINT32_MAX) { thread_default_quantum_ms = (uint32_t)quantum; } else if (0) { |