From 6dd25c9be538ed3f42172e3fa97691a09c3b978a Mon Sep 17 00:00:00 2001 From: ksherlock Date: Wed, 19 May 2010 23:47:21 +0000 Subject: [PATCH] git-svn-id: https://profuse.googlecode.com/svn/branches/v2@229 aa027e90-d47c-11dd-86d7-074df07e0730 --- Pascal/File.h | 4 ++-- Pascal/FileEntry.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Pascal/File.h b/Pascal/File.h index 39e408b..6b7608c 100644 --- a/Pascal/File.h +++ b/Pascal/File.h @@ -1,5 +1,5 @@ -#ifndef __FILE_H__ -#define __FILE_H__ +#ifndef __PASCAL_FILE_H__ +#define __PASCAL_FILE_H__ #include diff --git a/Pascal/FileEntry.cpp b/Pascal/FileEntry.cpp index 23ba327..3f89421 100644 --- a/Pascal/FileEntry.cpp +++ b/Pascal/FileEntry.cpp @@ -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); }