aboutsummaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorTom Fairfield <fairfieldt@gameclosure.com>2013-05-02 21:34:20 -0300
committerTom Fairfield <fairfieldt@gameclosure.com>2013-05-02 21:39:32 -0300
commit4bdc1b05e88e5eb51695a3325d07577d8fda46ed (patch)
tree057164a0fe84d4912d6363b9de92847f65f47b7b /AUTHORS
parent0fb5e1babc151af00b94c61c3cc5a080d3053d1f (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--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 43ea83dd..204b1741 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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>