diff --git a/src/kits/storage/Volume.cpp b/src/kits/storage/Volume.cpp index 7b1d59e1dd..f6c6771cf6 100644 --- a/src/kits/storage/Volume.cpp +++ b/src/kits/storage/Volume.cpp @@ -271,6 +271,10 @@ BVolume::FreeBytes(void) const // GetName (public) // ---------------------------------------------------------------------- // Copies the name of the volume into the supplied buffer. +// +// The string pointed to by \a name must be long enough to +// hold the entire volume name. A length of B_PATH_NAME_LENGTH +// is safe and reccommended. status_t BVolume::GetName(