mirror of
https://github.com/ksherlock/profuse.git
synced 2025-02-10 10:31:37 +00:00
git-svn-id: https://profuse.googlecode.com/svn/branches/v2@229 aa027e90-d47c-11dd-86d7-074df07e0730
This commit is contained in:
parent
1a27d76d67
commit
6dd25c9be5
@ -1,5 +1,5 @@
|
||||
#ifndef __FILE_H__
|
||||
#define __FILE_H__
|
||||
#ifndef __PASCAL_FILE_H__
|
||||
#define __PASCAL_FILE_H__
|
||||
|
||||
#include <Pascal/Date.h>
|
||||
|
||||
|
@ -335,7 +335,7 @@ void FileEntry::textInit()
|
||||
for (unsigned block = _firstBlock + 2; block < _lastBlock; block += 2)
|
||||
{
|
||||
unsigned size = textDecodePage(block, NULL);
|
||||
printf("%u: %u\n", block, size);
|
||||
//printf("%u: %u\n", block, size);
|
||||
_fileSize += size;
|
||||
_pageSize->push_back(size);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user