diff --git a/src/apps/installer/WorkerThread.cpp b/src/apps/installer/WorkerThread.cpp index 581ae9d4b5..32026f03ef 100644 --- a/src/apps/installer/WorkerThread.cpp +++ b/src/apps/installer/WorkerThread.cpp @@ -520,7 +520,7 @@ static void make_partition_label(BPartition* partition, char* label, char* menuLabel, bool showContentType) { - char size[15]; + char size[20]; string_for_size(partition->Size(), size, sizeof(size)); BPath path;