Subversion Repositories spk

Rev

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

Rev 177 Rev 181
Line 437... Line 437...
437
				else if ( ext == ".cat" )
437
				else if ( ext == ".cat" )
438
				{
438
				{
439
					CCatFile catfile;
439
					CCatFile catfile;
440
					if ( catfile.open(_S(filename), "", CATREAD_CATDECRYPT, false) == CATERR_NONE )
440
					if ( catfile.open(_S(filename), "", CATREAD_CATDECRYPT, false) == CATERR_NONE )
441
					{
441
					{
442
						if ( catfile.ExtractAll(CyStringFromSystemString(fbd->SelectedPath)) )
442
						if ( catfile.extractAll(_S(fbd->SelectedPath)) )
443
							extracted = true;
443
							extracted = true;
444
					}
444
					}
445
				}
445
				}
446
				else
446
				else
447
					return;
447
					return;