Skip to content

Commit

Permalink
Merge pull request #11 from PESchoenberg/develop
Browse files Browse the repository at this point in the history
Bug on grsp-n2s corrected.
  • Loading branch information
PESchoenberg authored Aug 2, 2019
2 parents 23d21b8 + c23f6f6 commit 4da7498
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion grsp0.scm
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@
;
(define (grsp-n2s p_n)
(let ((res ""))
(set! res (number->string p_n))))
(set! res (number->string p_n))
res))


0 comments on commit 4da7498

Please sign in to comment.