summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorianh <ianh@13f79535-47bb-0310-9956-ffa450edef68>2002-08-02 16:45:45 +0000
committerianh <ianh@13f79535-47bb-0310-9956-ffa450edef68>2002-08-02 16:45:45 +0000
commitbf215916e904e284e5306f7de28307e104aaa6c2 (patch)
tree5fb7337e24d399482bc50c88fd78cd278eb97603
parent3d47ccc8d1a4c093a8fd7460e89ab8d46498991a (diff)
downloadlibapr-bf215916e904e284e5306f7de28307e104aaa6c2.tar.gz
hard to belive that english is my natural language
:( git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63768 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 666e6bf0d..787730454 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,7 @@
Changes with APR b1
- *) dont performs a strlen on that value without checking for NULL in getopt
+ *) don't perform a strlen on that name value without checking for NULL
+ first (in getopt)
[David Waite <mass@akuma.org>, Ian Holsman]
*) Added apr_strtoll() and apr_atoll() to strings lib.