diff options
| author | Charles.Forsyth <devnull@localhost> | 2008-01-22 21:54:45 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2008-01-22 21:54:45 +0000 |
| commit | 9b29ac7ea714507a9c0690620c02c8ca5ab25f90 (patch) | |
| tree | 1eeb3e33858dfc27844b520036f2119869f9088b /appl/lib/pslib.b | |
| parent | 60951762adc08955ddba7ff59f6043e7a542a0f2 (diff) | |
20080122-2200
Diffstat (limited to 'appl/lib/pslib.b')
| -rw-r--r-- | appl/lib/pslib.b | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appl/lib/pslib.b b/appl/lib/pslib.b index a929fc8a..b02d6b73 100644 --- a/appl/lib/pslib.b +++ b/appl/lib/pslib.b @@ -272,7 +272,7 @@ printimage(ioutb: ref Iobuf, line: Lineinfo, imag: Iteminfo): (string,string) line.height)); return (class,msg); "label" => - (im,im2,err) := tk->getimage(t,imag.buf); + (im,nil,nil) := tk->getimage(t,imag.buf); if (im!=nil){ bps := im.depth; ioutb.puts(sys->sprint("%d %d %d %d %d %d %d %d doimage\n", @@ -358,7 +358,7 @@ parseTkline(ioutb: ref Iobuf, input: string): string PS:=792-18-18; # page size in points TM:=792-18; # top margin in points LM:=18; # left margin 1/4 in. in - BM:=18; # bottom margin 1/4 in. in +# BM:=18; # bottom margin 1/4 in. in x : int; (x,input)=str->toint(input,10); thisline.xorg=(x*PTPI)/PXPI; |
