Wednesday, February 9, 2011

first not so done

Okay, little error(s) in the stuff I done. Nothing big overall. Had the wrong int size for the asset type (simple fix, just change it). But the second one I can't figure out yet. When getting the size of a string that should be 0, I get one. Not sure why.

*edit*
odd, I was putting in a NULL if the string was blank so it would be initialized at least. Seems that if you don't have any characters in the string, it counts the '\0' as a character. So that is fixed (at least in one location, have to change it each place I did that stupid thing).

No comments:

Post a Comment