Subversion Repositories spk

Rev

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

Rev 62 Rev 102
Line 63... Line 63...
63
								m_sFailed = "Creating Directory";
63
								m_sFailed = "Creating Directory";
64
								break;
64
								break;
65
							}
65
							}
66
						}
66
						}
67
 
67
 
68
						if ( !m_pWorkingFile->WriteToFile(CFileIO(sToDir + "/" + m_pWorkingFile->GetNameDirectory(NULL)).GetFullFilename(), m_pUncompressData, m_iUncompressSize) )
68
						if ( !m_pWorkingFile->WriteToFile(CFileIO(sToDir + "/" + m_pWorkingFile->GetNameDirectory(NULL)).fullFilename(), m_pUncompressData, m_iUncompressSize) )
69
							m_sFailed = "Writing";
69
							m_sFailed = "Writing";
70
						else
70
						else
71
							m_iExtractCount++;
71
							m_iExtractCount++;
72
					}
72
					}
73
				}
73
				}