diff options
author | Tom Fairfield <fairfieldt@gameclosure.com> | 2013-05-02 21:34:20 -0300 |
---|---|---|
committer | Tom Fairfield <fairfieldt@gameclosure.com> | 2013-05-02 21:39:32 -0300 |
commit | 4bdc1b05e88e5eb51695a3325d07577d8fda46ed (patch) | |
tree | 057164a0fe84d4912d6363b9de92847f65f47b7b /AUTHORS | |
parent | 0fb5e1babc151af00b94c61c3cc5a080d3053d1f (diff) |
fixes strcat so that it returns the correct value
It should return the "dest" pointer that was passed in.
test_strings has been updated with a test for the correct behavior.
Diffstat (limited to 'AUTHORS')
-rw-r--r-- | AUTHORS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -70,3 +70,4 @@ a license to everyone to use it as detailed in LICENSE.) * Todd Lee <tlee@imvu.com> (copyright owned by IMVU) * Anthony Pesch <inolen@gmail.com> * Robert Bragg <robert.bragg@intel.com> (copyright owned by Intel Corporation) +* Tom Fairfield <fairfield@cs.xu.edu> |