Closed kaltekar closed 8 years ago
I cleaned up the code a little bit and fixed a few memory leaks.
I changed NSLog to printf to avoid unnecessary cruft in terminal output.
I cleaned up the list function to make it easier to read.
I also rewrote the help function to improve readability.
Thanks a bunch, the project was fairly untouched for a while and is written in my worst possible ObjC. I'll have to see what leaks were in there.
I cleaned up the code a little bit and fixed a few memory leaks.
I changed NSLog to printf to avoid unnecessary cruft in terminal output.
I cleaned up the list function to make it easier to read.
I also rewrote the help function to improve readability.