summaryrefslogtreecommitdiffstats
path: root/src/usr/hdat/hdattpmdata.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/hdat/hdattpmdata.C')
-rw-r--r--src/usr/hdat/hdattpmdata.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/hdat/hdattpmdata.C b/src/usr/hdat/hdattpmdata.C
index 9337c7b9e..34f50e35f 100644
--- a/src/usr/hdat/hdattpmdata.C
+++ b/src/usr/hdat/hdattpmdata.C
@@ -175,10 +175,10 @@ errlHndl_t HdatTpmData::hdatLoadTpmData(uint32_t &o_size, uint32_t &o_count)
// work here would just be duplicated later during the runtime istep.
// add the format magic number
- iv_hdatTpmData->hdatHdr.hdatStructId = HDAT::HDAT_HDIF_STRUCT_ID;
+ l_hdatTpmData->hdatHdr.hdatStructId = HDAT::HDAT_HDIF_STRUCT_ID;
// add the eyecatcher
- memcpy(iv_hdatTpmData->hdatHdr.hdatStructName,
+ memcpy(l_hdatTpmData->hdatHdr.hdatStructName,
g_hdatTpmDataEyeCatch,
strlen(g_hdatTpmDataEyeCatch));
OpenPOWER on IntegriCloud