diff options
Diffstat (limited to 'appl/lib/scoretable.b')
| -rw-r--r-- | appl/lib/scoretable.b | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appl/lib/scoretable.b b/appl/lib/scoretable.b index a466763b..322e119b 100644 --- a/appl/lib/scoretable.b +++ b/appl/lib/scoretable.b @@ -22,7 +22,7 @@ username: string; MAXSCORES: con 10; -init(port: int, user, name: string, sfile: string): (int, string) +init(nil: int, user, nil: string, sfile: string): (int, string) { if (sys == nil) { sys = load Sys Sys->PATH; |
