Patch by diver: increase the size of the buffer used to format the partition size, since it's insufficient for some languages. Resolves #6603. Thanks!
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38647 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -520,7 +520,7 @@ static void
|
|||||||
make_partition_label(BPartition* partition, char* label, char* menuLabel,
|
make_partition_label(BPartition* partition, char* label, char* menuLabel,
|
||||||
bool showContentType)
|
bool showContentType)
|
||||||
{
|
{
|
||||||
char size[15];
|
char size[20];
|
||||||
string_for_size(partition->Size(), size, sizeof(size));
|
string_for_size(partition->Size(), size, sizeof(size));
|
||||||
|
|
||||||
BPath path;
|
BPath path;
|
||||||
|
|||||||
Reference in New Issue
Block a user