08.02.2012, 20:21
I don't think so, but give it a try.
Run through the whole code, you may find other problems that could cause crashes and bugs.
Try not to use numbers at all, when you put the length of a string, sizeof(...) is the best way to do it, when the size of the string changes, it changes too.
Run through the whole code, you may find other problems that could cause crashes and bugs.
Try not to use numbers at all, when you put the length of a string, sizeof(...) is the best way to do it, when the size of the string changes, it changes too.