]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change; not applicable to open-vm-tools.
authorOliver Kurth <okurth@vmware.com>
Fri, 27 Jul 2018 18:46:23 +0000 (11:46 -0700)
committerOliver Kurth <okurth@vmware.com>
Fri, 27 Jul 2018 18:46:23 +0000 (11:46 -0700)
open-vm-tools/services/plugins/dndcp/stringxx/string.cc

index e7b32987dc21f38b5fc382fa953249ae482395fb..f2972c92829ea4b94b9e6db00bd37f9d9f612d0f 100644 (file)
@@ -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