projects
/
super-star-trek.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b17934
)
Replay should not clobber initilization.
author
Eric S. Raymond
<esr@thyrsus.com>
Mon, 20 Feb 2012 17:32:28 +0000
(12:32 -0500)
committer
Eric S. Raymond
<esr@thyrsus.com>
Mon, 20 Feb 2012 17:32:28 +0000
(12:32 -0500)
sst.py
patch
|
blob
|
history
diff --git
a/sst.py
b/sst.py
index bad7f3a1bcf3065d3c790e581c3be951b4d56235..c42171ea645df8d280aef91dfd851d401605417c 100755
(executable)
--- a/
sst.py
+++ b/
sst.py
@@
-6327,7
+6327,7
@@
if __name__ == '__main__':
raise SystemExit, 1
try:
line = replayfp.readline().strip()
- (leader, _, seed) = line.split()
+ (leader, _
_
, seed) = line.split()
seed = eval(seed)
sys.stderr.write("sst2k: seed set to %s\n" % seed)
line = replayfp.readline().strip()