aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sislangrecord.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/sislangrecord.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/sislangrecord.cpp')
-rw-r--r--lib/sislangrecord.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sislangrecord.cpp b/lib/sislangrecord.cpp
index 2b6afc4..1a55784 100644
--- a/lib/sislangrecord.cpp
+++ b/lib/sislangrecord.cpp
@@ -25,7 +25,7 @@
#include <stdio.h>
SisRC
-SISLangRecord::fillFrom(uchar* buf, int* base, off_t len)
+SISLangRecord::fillFrom(uint8_t* buf, int* base, off_t len)
{
if (*base + 2 > len)
return SIS_TRUNCATED;