Ticket #6664: infowindow.diff

File infowindow.diff, 557 bytes (added by diver, 14 years ago)

possible patch

  • src/kits/tracker/InfoWindow.cpp

     
    15471547
    15481548        fFreeBytes = freeBytes;
    15491549
    1550         char capacityStr[16], usedStr[16], freeStr[16];
     1550        char capacityStr[20], usedStr[20], freeStr[20];
    15511551        string_for_size(capacity, capacityStr, sizeof(capacityStr));
    15521552        string_for_size(capacity - fFreeBytes, usedStr, sizeof(usedStr));
    15531553        string_for_size(fFreeBytes, freeStr, sizeof(freeStr));