From dbfc3ee2b91ed26eb00e85a32c715995f4fce41b Mon Sep 17 00:00:00 2001 From: Daniel Brahneborg Date: Mon, 4 Mar 2002 14:31:16 +0000 Subject: Use plp standard types. Fix copyright include. --- lib/sisfile.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/sisfile.cpp') diff --git a/lib/sisfile.cpp b/lib/sisfile.cpp index f9a19fb..ec8adb8 100644 --- a/lib/sisfile.cpp +++ b/lib/sisfile.cpp @@ -28,7 +28,7 @@ #include SisRC -SISFile::fillFrom(uchar* buf, off_t len) +SISFile::fillFrom(uint8_t* buf, off_t len) { int ix = 0; SisRC rc = m_header.fillFrom(buf, &ix, len); @@ -117,7 +117,7 @@ SISFile::getLanguage(int i) return &langTable[m_langRecords[i].m_lang]; } -uchar* +uint8_t* SISFile::getName() { return m_componentRecord.getName(m_header.m_installationLanguage); -- cgit v1.2.3