Augmented a comment to include a note on string length requirements.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1151 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Tyler Dauwalder 2002-09-24 05:30:20 +00:00
parent 4e722de38f
commit 743e936ee7

View File

@ -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(