*** empty log message ***

This commit is contained in:
Federico Ponchio 2004-10-11 16:02:23 +00:00
parent 255e1f6c43
commit 6dcf444dde
1 changed files with 0 additions and 10 deletions

View File

@ -5,14 +5,6 @@
using namespace std;
using namespace nxs;
//TODO support compression!
void outbuffer(unsigned char *b, unsigned int s) {
for(unsigned int i = 0; i < s; i++)
cerr << (unsigned int)b[i];
cerr << endl;
}
bool PatchServer::Create(const std::string &filename,
Signature sig,
@ -194,8 +186,6 @@ void PatchServer::Flush(unsigned int patch) {
cerr << "OOOOPSPPPS not supported!" << endl;
exit(-1);
}
cerr << "Ram size: " << entry.ram_size << endl;
cerr << "Disk size: " << entry.disk_size << endl;
SetPosition(entry.patch_start * chunk_size);
WriteBuffer(compressed, entry.disk_size * chunk_size);
delete []compressed;