I’ve been working on a programming project for a couple days, and updated my string library (strfuncs.h) to include some spiffy string cleaning functions. I now have a utility to strip all instances of a single character, or all instances of a string of characters from another string.
However, in writing the library yesterday, I failed to notice that I had typed a ‘c’ instead of ‘k’. Yep, that’s right - I broke the entire function by one character.
Gotta love the typo.
Posted by wmyers in projects, personal, hints