9.10.2011 - stable backup commit
This commit is contained in:
@@ -42,6 +42,7 @@ PIByteArray PIFile::readAll() {
|
||||
|
||||
|
||||
int PIFile::size() {
|
||||
if (!stream.is_open()) return -1;
|
||||
int s, cp = stream.tellg();
|
||||
stream.seekg(0, fstream::end);
|
||||
s = stream.tellg();
|
||||
|
||||
Reference in New Issue
Block a user