diff options
Diffstat (limited to 'src/interp/sys-driver.boot')
-rw-r--r-- | src/interp/sys-driver.boot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/sys-driver.boot b/src/interp/sys-driver.boot index 95a6b566..f708ca88 100644 --- a/src/interp/sys-driver.boot +++ b/src/interp/sys-driver.boot @@ -1,4 +1,4 @@ --- Copyright (C) 2007-2011 Gabriel Dos Reis +-- Copyright (C) 2007-2012 Gabriel Dos Reis -- All rights reserved. -- -- Redistribution and use in source and binary forms, with or without @@ -154,7 +154,7 @@ restart() == )endif if $openServerIfTrue and FBOUNDP "openServer" then os := openServer $SpadServerName - if ZEROP os then + if os = 0 then $openServerIfTrue := false $SpadServer := true $IOindex := 1 |