Ticket #549: boincmgr_549.patch

File boincmgr_549.patch, 748 bytes (added by Der Meister, 17 years ago)

Patch fixing this problem

  • ../lib/gui_rpc_client.h

     
    356356    double d_free;
    357357    double d_boinc;     // amount used by BOINC itself, not projects
    358358
    359     DISK_USAGE(){}
     359    DISK_USAGE();
    360360    ~DISK_USAGE();
    361361
    362362    void print();
  • ../lib/gui_rpc_client_ops.C

     
    737737    projects.clear();
    738738}
    739739
     740DISK_USAGE::DISK_USAGE() {
     741    clear();
     742}
     743
    740744DISK_USAGE::~DISK_USAGE() {
    741745    clear();
    742746}