diff options
| author | Charles.Forsyth <devnull@localhost> | 2008-09-09 13:51:02 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2008-09-09 13:51:02 +0000 |
| commit | 30f20c659654702bf169e39d065836a48524d8df (patch) | |
| tree | c49619a0074d97ac30fab87a6f3af36e83008bc7 /appl/cmd | |
| parent | e55ed0508766c61eec061f90e8e0ac353a07c22b (diff) | |
20080909-0850
Diffstat (limited to 'appl/cmd')
| -rw-r--r-- | appl/cmd/puttar.b | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appl/cmd/puttar.b b/appl/cmd/puttar.b index de67105f..46cfac92 100644 --- a/appl/cmd/puttar.b +++ b/appl/cmd/puttar.b @@ -178,6 +178,6 @@ init(nil: ref Draw->Context, args: list of string){ rtar(hd args); } putblock(zeros); -# putblock(zeros); # XXX is this necessary? + putblock(zeros); # format requires two empty blocks at end flushblocks(); } |
