URI:
       tsilence fprint - 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 750819026920751b81833cb60270ad7047e75cdc
   DIR parent 3c47d761741a0bd32d201bbfcb1cbe25fdb2fd2f
  HTML Author: rsc <devnull@localhost>
       Date:   Thu, 14 Jul 2005 00:03:57 +0000
       
       silence fprint
       
       Diffstat:
         M src/libdraw/subfont.c               |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/src/libdraw/subfont.c b/src/libdraw/subfont.c
       t@@ -12,7 +12,6 @@ allocsubfont(char *name, int n, int height, int ascent, Fontchar *info, Image *i
                f = malloc(sizeof(Subfont));
                if(f == 0)
                        return 0;
       -fprint(2, "allocsubfont %p\n", f);
                f->n = n;
                f->height = height;
                f->ascent = ascent;