- Timestamp:
 - Jan 21, 2010, 4:21:47 PM (16 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/gui/kernel/qmime_pm.cpp (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/gui/kernel/qmime_pm.cpp
r459 r460 1546 1546 return fullName; 1547 1547 1548 fullName.resize(pathLen + nameLen); 1548 // Take into account that the container name may lack the trailing slash 1549 fullName.resize(pathLen + nameLen + 1); 1550 1549 1551 DrgQueryStrName(item->hstrContainerName, pathLen + 1, fullName.data()); 1552 if (fullName.at(pathLen - 1) != '\\') { 1553 fullName[(size_t)pathLen] = '\\'; 1554 ++pathLen; 1555 } 1556 1550 1557 DrgQueryStrName(item->hstrSourceName, nameLen + 1, fullName.data() + pathLen); 1558 1559 fullName.truncate(qstrlen(fullName)); 1551 1560 1552 1561 return fullName;  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  