diff options
author | Douglas-Richardson <Doug116654@gmail.com> | 2017-04-22 14:52:46 -0400 |
---|---|---|
committer | Douglas-Richardson <Doug116654@gmail.com> | 2017-04-22 14:52:46 -0400 |
commit | aebda4ef57a98f51b2da792657ea0fd204f0cc9a (patch) | |
tree | f4d449214248581b50df70fa4f7c3bb71def0e4b /.gitignore | |
parent | 5e3bdbeeb4cf32a8a937f3e2f018eae4f4dda286 (diff) |
Fiddled around with it for a bit
I mostly added a few safties onto the string-lenght and substring
functions so they wouldn't cause a crash, but now somewhere there is
some error where string-append is trying to append to something that
isn't a string, but I have no idea where it is.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,3 +9,6 @@ # ignore racket compile files *.dep *.zo + +#ignore backup files +*.bak
\ No newline at end of file |