summaryrefslogtreecommitdiff
path: root/appl/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'appl/cmd')
-rw-r--r--appl/cmd/tr.b2
1 files changed, 1 insertions, 1 deletions
diff --git a/appl/cmd/tr.b b/appl/cmd/tr.b
index 202ace53..60d4aa6c 100644
--- a/appl/cmd/tr.b
+++ b/appl/cmd/tr.b
@@ -251,7 +251,7 @@ Pcb.getc(p: self ref Pcb): int
n := 0;
if ((r = p.spec[s]) == 'x') {
s++;
- for (i := 0; i < 4 && s < p.end; i++) {
+ for (i := 0; i < 6 && s < p.end; i++) {
p.current = s;
r = p.spec[s++];
if ('0' <= r && r <= '9')