diff options
| author | Charles.Forsyth <devnull@localhost> | 2008-01-16 13:39:58 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2008-01-16 13:39:58 +0000 |
| commit | 3f1f06c5d12b24c4061e5123acabf72348ff45a2 (patch) | |
| tree | d40487b0f5d3a46c5e1cefe288f9a74b8494d9a7 /appl/cmd/mouse.b | |
| parent | ca1042d3d05e5e9b2b5094b04197c96ec3b34bfe (diff) | |
20080116-1340
Diffstat (limited to 'appl/cmd/mouse.b')
| -rw-r--r-- | appl/cmd/mouse.b | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appl/cmd/mouse.b b/appl/cmd/mouse.b index 9e21d61a..82a28d5c 100644 --- a/appl/cmd/mouse.b +++ b/appl/cmd/mouse.b @@ -49,8 +49,8 @@ init(nil: ref Draw->Context, argv: list of string) usage(); argv = tl argv; - def := 0; - baud := 0; + + while (argv != nil && len (arg := hd argv) > 1 && arg[0] == '-') { case arg[1] { 'D' => |
