Ticket #6603: installer.diff

File installer.diff, 453 bytes (added by diver, 14 years ago)

possible patch

  • src/apps/installer/WorkerThread.cpp

     
    520520make_partition_label(BPartition* partition, char* label, char* menuLabel,
    521521    bool showContentType)
    522522{
    523     char size[15];
     523    char size[20];
    524524    string_for_size(partition->Size(), size, sizeof(size));
    525525
    526526    BPath path;