Skip to main content.
December 9th, 2006

the joy of the typo

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

This entry was posted on Saturday, December 9th, 2006 at 11:08 and is filed under projects, personal, hints. You can follow any responses to this entry through the comments RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a Reply

You must be logged in to post a comment.