commit | e44cb1a35c4bf3f30e2b9e3961c57b7ca6fa7849 | [log] [tgz] |
---|---|---|
author | rich cannings <richc@google.com> | Tue Aug 31 15:19:38 2010 -0700 |
committer | rich cannings <richc@google.com> | Tue Aug 31 15:19:38 2010 -0700 |
tree | a505afada0c66179cb978fd3c7694a50e67e3486 | |
parent | 6a51defa034a1c033ed01f7de444c0a4fc615249 [diff] |
Fix return value. Return a valid pointer (not NULL) when the character "c" is at the end of "src". Change-Id: Iab0b677943f2c8a9fbb255c44689f5d6dc3535d7 Example: memccpy(dest, "xzy", 'y', 3) should return dest+3 rather than null.