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:
parent
4e722de38f
commit
743e936ee7
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user