From 9b29ac7ea714507a9c0690620c02c8ca5ab25f90 Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Tue, 22 Jan 2008 21:54:45 +0000 Subject: 20080122-2200 --- appl/lib/url.b | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appl/lib/url.b') diff --git a/appl/lib/url.b b/appl/lib/url.b index 415018c2..c7af3b1c 100644 --- a/appl/lib/url.b +++ b/appl/lib/url.b @@ -195,7 +195,7 @@ split(s, c: string) : (string, string) canonize(s: string): string { (base, file) := S->splitr(s, "/"); - (n,path) := sys->tokenize(base, "/"); + (nil, path) := sys->tokenize(base, "/"); revpath : list of string = nil; for(p := path; p != nil; p = tl p) { if(hd p == "..") { -- cgit v1.2.3