From f1f20db42313032578ba256903d0004dd126a60a Mon Sep 17 00:00:00 2001 From: Daniel Brahneborg Date: Sun, 14 Apr 2002 12:03:02 +0000 Subject: More correct residual sis file truncation --- lib/siscomponentrecord.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'lib/siscomponentrecord.h') diff --git a/lib/siscomponentrecord.h b/lib/siscomponentrecord.h index f2bc734..1fc4ff3 100644 --- a/lib/siscomponentrecord.h +++ b/lib/siscomponentrecord.h @@ -50,7 +50,12 @@ public: * @param len The length of the buffer, for range checking. * @param sisFile The container sis file. */ - SisRC fillFrom(uint8_t* buf, int base, off_t len, SISFile* sisFile); + SisRC fillFrom(uint8_t* buf, int* base, off_t len, SISFile* sisFile); + + /** + * Find out the end position for the last name in the file. + */ + uint32_t getLastEnd(); /** * Return the name for the given language. -- cgit v1.2.3