technoblogy / ulisp-arm

A version of the Lisp programming language for ARM-based boards.
http://www.ulisp.com/
MIT License
97 stars 30 forks source link

First character of SD card filenames is truncated #13

Closed technoblogy closed 5 years ago

technoblogy commented 5 years ago

For example:

(with-sd-card (str "Greeting.txt" 2)
  (print "Hello" str))

will create a file "REETING.TXT" on the SD card.