diff options
| author | Charles.Forsyth <devnull@localhost> | 2008-01-16 13:39:58 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2008-01-16 13:39:58 +0000 |
| commit | 3f1f06c5d12b24c4061e5123acabf72348ff45a2 (patch) | |
| tree | d40487b0f5d3a46c5e1cefe288f9a74b8494d9a7 /appl/cmd/tsort.b | |
| parent | ca1042d3d05e5e9b2b5094b04197c96ec3b34bfe (diff) | |
20080116-1340
Diffstat (limited to 'appl/cmd/tsort.b')
| -rw-r--r-- | appl/cmd/tsort.b | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appl/cmd/tsort.b b/appl/cmd/tsort.b index 5993fa31..4be473dd 100644 --- a/appl/cmd/tsort.b +++ b/appl/cmd/tsort.b @@ -60,7 +60,7 @@ input() { b := bufio->fopen(sys->fildes(0), Sys->OREAD); while((line := b.gets('\n')) != nil){ - (nf, fld) := sys->tokenize(line, " \t\n"); + (nil, fld) := sys->tokenize(line, " \t\n"); if(fld != nil){ a := finditem(hd fld); while((fld = tl fld) != nil) |
