tfix print args - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 4dde63290cfe462dae68082ee9115b21150126f8
 (DIR) parent 2b3a8c4d80c38ad7a93740856bde4d5f0b6dfbb9
 (HTM) Author: rsc <devnull@localhost>
       Date:   Sat, 29 Oct 2005 17:39:12 +0000
       
       fix print args
       
       Diffstat:
         M src/cmd/venti/copy.c                |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/src/cmd/venti/copy.c b/src/cmd/venti/copy.c
       t@@ -43,7 +43,7 @@ walk(uchar score[VtScoreSize], uint type, int base)
                                changes++;
                                memmove(score, vtzeroscore, VtScoreSize);
                        }else if(!ignoreerrors)
       -                        sysfatal("reading block %V (type %d): %r", type, score);
       +                        sysfatal("reading block %V (type %d): %r", score, type);
                        return;
                }