Subversion Repositories spk

Rev

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

Rev 191 Rev 196
Line 88... Line 88...
88
								m_sFailed = "Creating Directory";
88
								m_sFailed = "Creating Directory";
89
								break;
89
								break;
90
							}
90
							}
91
						}
91
						}
92
 
92
 
93
						if ( !m_pWorkingFile->writeToFile(CFileIO(sToDir + "/" + m_pWorkingFile->getNameDirectory(NULL)).fullFilename(), m_pUncompressData, m_iUncompressSize) )
93
						if ( !m_pWorkingFile->writeToFile(CFileIO(sToDir + "/" + m_pWorkingFile->getNameDirectory(NULL)).fullFilenameStr(), m_pUncompressData, m_iUncompressSize) )
94
							m_sFailed = "Writing";
94
							m_sFailed = "Writing";
95
						else
95
						else
96
							m_iExtractCount++;
96
							m_iExtractCount++;
97
					}
97
					}
98
				}
98
				}