From: Oliver Kurth Date: Fri, 27 Jul 2018 18:46:23 +0000 (-0700) Subject: Common header file change; not applicable to open-vm-tools. X-Git-Tag: stable-11.0.0~490 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=682679b70fe4d2f3455844f81856e1d8aec65dd8;p=thirdparty%2Fopen-vm-tools.git Common header file change; not applicable to open-vm-tools. --- diff --git a/open-vm-tools/services/plugins/dndcp/stringxx/string.cc b/open-vm-tools/services/plugins/dndcp/stringxx/string.cc index e7b32987d..f2972c928 100644 --- a/open-vm-tools/services/plugins/dndcp/stringxx/string.cc +++ b/open-vm-tools/services/plugins/dndcp/stringxx/string.cc @@ -636,6 +636,7 @@ string::empty() * Results: * Returns the length of this string, in characters (code points), * excluding NUL. + * If length in bytes is wanted, please refer to bytes() method. * * Side effects: * None