Changed the initial value of threadsSpawned to 1.

This commit is contained in:
Jeremy Fincher 2003-11-05 08:32:26 +00:00
parent 1a4780b854
commit 6de6fb863b

View File

@ -51,7 +51,7 @@ import debug
startedAt = 0.0 startedAt = 0.0
threadsSpawned = 0 threadsSpawned = 1 # Starts at one for the initial "thread."
commandsProcessed = 0 commandsProcessed = 0
### ###
# End Global Values. # End Global Values.