Changeset 34376


Ignore:
Timestamp:
05/26/15 20:09:42 (8 years ago)
Author:
gost
Message:

fix

Location:
titan/titan
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/harddisk.h

    r34375 r34376  
    980980                        {
    981981                                hdd = node->next;
    982                                 status.hdd = hdd;
     982                                status.hddnode = hdd;
    983983                                if(hdd != NULL)
    984984                                        hdd->prev = NULL;
     
    10561056
    10571057        if(prev == NULL)
     1058        {
    10581059                hdd = newnode;
    1059                 status.hdd = hdd;
     1060                status.hddnode = hdd;
     1061        }
    10601062        else
    10611063        {
  • titan/titan/struct.h

    r34375 r34376  
    15561556        int stats;
    15571557        char* url;
    1558         char* hdd;
     1558        char* hddnode;
    15591559} status;
    15601560
Note: See TracChangeset for help on using the changeset viewer.