aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sisfile.cpp
diff options
context:
space:
mode:
authorDaniel Brahneborg <basic@chello.se>2002-03-04 14:31:16 +0000
committerDaniel Brahneborg <basic@chello.se>2002-03-04 14:31:16 +0000
commitdbfc3ee2b91ed26eb00e85a32c715995f4fce41b (patch)
tree82605dba9b7a1d14c3e952af32bef2852d60703b /lib/sisfile.cpp
parentb68ab4b0002aa0c59fdbbfee3076e35aeac44d68 (diff)
downloadplptools-dbfc3ee2b91ed26eb00e85a32c715995f4fce41b.tar.gz
plptools-dbfc3ee2b91ed26eb00e85a32c715995f4fce41b.tar.bz2
plptools-dbfc3ee2b91ed26eb00e85a32c715995f4fce41b.zip
Use plp standard types.
Fix copyright include.
Diffstat (limited to 'lib/sisfile.cpp')
-rw-r--r--lib/sisfile.cpp4
1 files changed, 2 insertions, 2 deletions
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 <stdio.h>
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);