Merge branch 'master' of git://factorcode.org/git/factor

db4
Daniel Ehrenberg 2008-02-01 16:22:25 -06:00
commit 36bed1faab
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ SYMBOL: begin
over push 0 begin ;
: finish-decoding ( buf ch state -- str )
begin eq? [ decode-error ] unless drop { } like ;
begin eq? [ decode-error ] unless drop "" like ;
: decode ( seq quot -- str )
>r [ length <sbuf> 0 begin ] keep r> each