diff options
Diffstat (limited to 'Hermes_Gui1.2.rkt')
-rw-r--r-- | Hermes_Gui1.2.rkt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Hermes_Gui1.2.rkt b/Hermes_Gui1.2.rkt index c1f4545..a051c10 100644 --- a/Hermes_Gui1.2.rkt +++ b/Hermes_Gui1.2.rkt @@ -75,7 +75,7 @@ (if (eq? (string-ref str (+ start index)) #\~) (substring str start (+ start index)) (helper str (+ index 1)))) - (helper string start))) + (helper string 0))) (define (user-message onetrueinput) (begin |