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/sislangrecord.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/sislangrecord.cpp') 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 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; -- cgit v1.2.3