diff options
Diffstat (limited to 'sal')
-rw-r--r-- | sal/inc/rtl/ustring.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sal/inc/rtl/ustring.h b/sal/inc/rtl/ustring.h index 82ea2f2b9430..1eaee0c0a741 100644 --- a/sal/inc/rtl/ustring.h +++ b/sal/inc/rtl/ustring.h @@ -2,9 +2,9 @@ * * $RCSfile: ustring.h,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: rt $ $Date: 2003-12-01 16:09:43 $ + * last change: $Author: rt $ $Date: 2004-03-30 16:28:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1360,8 +1360,10 @@ sal_Int32 SAL_CALL rtl_uString_getToken( rtl_uString ** newStr , rtl_uString * s for double-byte encodings, UTF-7, UTF-8). If the length of the byte string is greater than zero, the reference count - of the new string will be 1. This function does not handle out-of-memory - conditions. + of the new string will be 1. + + If an out-of-memory condition occurs, newStr will point to a null pointer + upon return. @param newStr pointer to the new string. The pointed-to data must be null or a valid |