Subversion Repositories spk

Rev

Rev 201 | Rev 213 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 201 Rev 211
Line 713... Line 713...
713
		file = "tempuncompr.dat";
713
		file = "tempuncompr.dat";
714
	}
714
	}
715
 
715
 
716
	bool ret = false;
716
	bool ret = false;
717
 
717
 
-
 
718
#pragma warning(disable:4244)
718
	FILE *fIn = fopen(std::string(file.begin(), file.end()).c_str(), "rb");
719
	FILE *fIn = fopen(std::string(file.begin(), file.end()).c_str(), "rb");
-
 
720
#pragma warning(default:4244)
719
	if ( fIn )
721
	if ( fIn )
720
	{
722
	{
721
		FILE *fOut = fopen("tempcompr.dat", "wb");
723
		FILE *fOut = fopen("tempcompr.dat", "wb");
722
		if ( fOut )
724
		if ( fOut )
723
		{
725
		{