A
2009-01-21 11:52:31 UTC
booleanName = false;
This code is giving me a segmentation fault, and I don't have any clue why. I tested with debug cout lines... the line immediately before prints out, the line immediately after doesn't, as it's cut off by a segmentation fault.
What sort of things could cause strlen() to break down?