From a3560ed43af3830b52a7f78d89fdc77da69441f0 Mon Sep 17 00:00:00 2001 From: PSYC Date: Wed, 1 Jun 2011 00:02:33 +0200 Subject: [PATCH] + --- world/net/spyc/parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/world/net/spyc/parse.c b/world/net/spyc/parse.c index 65b6bcf..26bb1cd 100644 --- a/world/net/spyc/parse.c +++ b/world/net/spyc/parse.c @@ -474,7 +474,7 @@ mixed list_parse(string val) { # ifdef SELFTESTS test() { - list_parse("|psyc://example.symlynX.com/~jim|psyc://example.org/~judy"); + list_parse("|psyc://example.net/~jim|psyc://example.org/~judy"); list_parse("5\tabcde|4\tabcd"); } # endif