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