equal
deleted
inserted
replaced
47 iLongEntryAttribute = aEntry->GetEntryAttribute(); |
47 iLongEntryAttribute = aEntry->GetEntryAttribute(); |
48 iClusterNumber = aClusterPtr->GetCurrentClusterNumber(); |
48 iClusterNumber = aClusterPtr->GetCurrentClusterNumber(); |
49 iLongNameLength = iLongName.length(); |
49 iLongNameLength = iLongName.length(); |
50 if(iLongNameLength == 0) |
50 if(iLongNameLength == 0) |
51 { |
51 { |
52 throw ErrorHandler(EMPTYFILENAME, const_cast<char *>(__FILE__), __LINE__); |
52 throw ErrorHandler(EMPTYFILENAME,__FILE__,__LINE__); |
53 } |
53 } |
54 FormatLongFileName(iLongName); |
54 FormatLongFileName(iLongName); |
55 iShortName = GetShortEntryName(); |
55 iShortName = GetShortEntryName(); |
56 GShortEntryList.push_back(iShortName); |
56 GShortEntryList.push_back(iShortName); |
57 } |
57 } |