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

fix

File:
1 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        {
Note: See TracChangeset for help on using the changeset viewer.