Index: NVDataMgmt.c =================================================================== diff -u -rd85e1955124a1b15ddee1192250ca82eccb7c5e8 -rea9bc0bcd55a8755325fff317da6323e4d6e6e67 --- NVDataMgmt.c (.../NVDataMgmt.c) (revision d85e1955124a1b15ddee1192250ca82eccb7c5e8) +++ NVDataMgmt.c (.../NVDataMgmt.c) (revision ea9bc0bcd55a8755325fff317da6323e4d6e6e67) @@ -1610,7 +1610,7 @@ dgCalibrationRecord.crc = crc; #endif #ifdef _HD_ - + hdCalibrationRecord.crc = crc; #endif status = enqueueSector0Records(); break; @@ -1620,7 +1620,7 @@ dgSystemGroup.crc = crc; #endif #ifdef _HD_ - + hdSystemGroup.crc = crc; #endif status = enqueueSector0Records(); break; @@ -1630,7 +1630,7 @@ dgServiceGroup.crc = crc; #endif #ifdef _HD_ - + hdServiceGroup.crc = crc; #endif status = enqueueSector0Records(); break; @@ -1640,7 +1640,7 @@ dgUsageInfoGroup.crc = crc; #endif #ifdef _HD_ - + hdUsageInfoGroup.crc = crc; #endif if ( getAvailableRecordQueueCount() > 0 ) {