URI:
       toops - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit bf136bc381ae920bd99a3026efedeb0ae6cd8cbc
   DIR parent 45f01abeec7b0d1cca3f83663bc0a61160809f56
  HTML Author: rsc <devnull@localhost>
       Date:   Wed,  7 Jun 2006 23:21:21 +0000
       
       oops
       
       Diffstat:
         M src/cmd/venti/srv/zblock.c          |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/src/cmd/venti/srv/zblock.c b/src/cmd/venti/srv/zblock.c
       t@@ -6,7 +6,7 @@ void
        fmtzbinit(Fmt *f, ZBlock *b)
        {
                memset(f, 0, sizeof *f);
       -        fmtlocaleinit(f);
       +        fmtlocaleinit(f, nil, nil, nil);
                f->start = b->data;
                f->to = f->start;
                f->stop = (char*)f->start + b->len;