# HG changeset patch # User Mike Becker # Date 1526492011 -7200 # Node ID fd21d1840dff7a0171e6c3c83a951a2e4b5e1db2 # Parent 9af21a50b51618563c7f352b493b7ac11545d9e8 Tags finalization of the scstr_t integration. diff -r 9af21a50b516 -r fd21d1840dff .hgtags --- a/.hgtags Wed May 16 19:27:45 2018 +0200 +++ b/.hgtags Wed May 16 19:33:31 2018 +0200 @@ -1,3 +1,4 @@ a6184aff5108ba849759030fc75df9f4178f6e86 v1.0 9c1591b3c4a4b259de601d1da6cf06e7c445595d v1.0.1 1f9237cfeb265dbb820e673fe5578fb02154766f v1.1 +9af21a50b51618563c7f352b493b7ac11545d9e8 scstr_t-final diff -r 9af21a50b516 -r fd21d1840dff src/ucx/string.h --- a/src/ucx/string.h Wed May 16 19:27:45 2018 +0200 +++ b/src/ucx/string.h Wed May 16 19:33:31 2018 +0200 @@ -199,9 +199,11 @@ /** * Converts a UCX string to an immutable UCX string (scstr_t). * - * This internal function (ab)uses the C standard an expects one single + * This internal function (ab)uses the C standard an expects one single * argument which is then implicitly converted to scstr_t without a warning. * + * Do not use this function manually. + * * @return the an immutable version of the provided string */ scstr_t ucx_ss2c_s();