diff options
Diffstat (limited to 'lisplib.c')
-rw-r--r-- | lisplib.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -306,8 +306,8 @@ static val sock_set_entries(val dlt, val fun) static val sock_instantiate(val set_fun) { funcall1(set_fun, nil); - load(format(nil, lit("~asocket.tl"), stdlib_path, nao)); sock_load_init(); + load(format(nil, lit("~asocket.tl"), stdlib_path, nao)); return nil; } |