git-svn-id: https://profuse.googlecode.com/svn/branches/v2@229 aa027e90-d47c-11dd-86d7-074df07e0730

This commit is contained in:
ksherlock 2010-05-19 23:47:21 +00:00
parent 1a27d76d67
commit 6dd25c9be5
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#ifndef __FILE_H__
#define __FILE_H__
#ifndef __PASCAL_FILE_H__
#define __PASCAL_FILE_H__
#include <Pascal/Date.h>

View File

@ -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);
}