Changeset 34376 for titan/titan/harddisk.h
- Timestamp:
- 05/26/15 20:09:42 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/harddisk.h
r34375 r34376 980 980 { 981 981 hdd = node->next; 982 status.hdd = hdd;982 status.hddnode = hdd; 983 983 if(hdd != NULL) 984 984 hdd->prev = NULL; … … 1056 1056 1057 1057 if(prev == NULL) 1058 { 1058 1059 hdd = newnode; 1059 status.hdd = hdd; 1060 status.hddnode = hdd; 1061 } 1060 1062 else 1061 1063 {
Note: See TracChangeset
for help on using the changeset viewer.