commit | 32eddd66f510fb13ef61d4ecab5296bcb771f111 | [log] [tgz] |
---|---|---|
author | William Dignazio <slackwill@csh.rit.edu> | Wed Mar 06 20:18:14 2013 -0500 |
committer | William Dignazio <slackwill@csh.rit.edu> | Wed Mar 06 20:18:14 2013 -0500 |
tree | 2d23392418de7b0a1dc4def30238657c5be7af30 | |
parent | bb492d4d69f50f09191705f7e32204f99ca31c1b [diff] |
Fix broken build by using ADVANCE_CHAR macro return. We forget to check or use the return value of the ADVANCE_CHAR macro, and upon compilation an error is thrown because of its lack of use. This patch checks to see if the macro was successful, and if not replaces the offending character with a replacement.