Ticket #549: boincmgr_549.patch

File boincmgr_549.patch, 0.7 kB (added by Der Meister, 7 months ago)

Patch fixing this problem

  • ../lib/gui_rpc_client.h

    old new  
    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

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

If this page is incomplete or incorrect, please edit it or add it to the wiki to-do list. To do this, you must be logged in; click Login or Register above.