Subversion Repositories spk

Rev

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

Rev 1 Rev 125
Line 435... Line 435...
435
					}
435
					}
436
				}
436
				}
437
				else if ( ext == ".cat" )
437
				else if ( ext == ".cat" )
438
				{
438
				{
439
					CCatFile catfile;
439
					CCatFile catfile;
440
					if ( catfile.Open(CyStringFromSystemString(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(CyStringFromSystemString(fbd->SelectedPath)) )
443
							extracted = true;
443
							extracted = true;
444
					}
444
					}
445
				}
445
				}