From aebda4ef57a98f51b2da792657ea0fd204f0cc9a Mon Sep 17 00:00:00 2001 From: Douglas-Richardson Date: Sat, 22 Apr 2017 14:52:46 -0400 Subject: 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. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index b917769..11dd018 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,6 @@ # ignore racket compile files *.dep *.zo + +#ignore backup files +*.bak \ No newline at end of file -- cgit v1.2.3