Changeset 881 for box/chris/merge/lib/backupstore/BackupStoreAccounts.cpp
- Timestamp:
- 31/08/2006 23:20:45 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
box/chris/merge/lib/backupstore/BackupStoreAccounts.cpp
r880 r881 142 142 { 143 143 char accid[64]; // big enough! 144 ::sprintf(accid, "%08x/", ID); 145 return std::string(std::string(BOX_RAIDFILE_ROOT_BBSTORED DIRECTORY_SEPARATOR) + accid); 144 ::sprintf(accid, "%08x" DIRECTORY_SEPARATOR, ID); 145 return std::string(std::string(BOX_RAIDFILE_ROOT_BBSTORED 146 DIRECTORY_SEPARATOR) + accid); 146 147 } 147 148
Note: See TracChangeset
for help on using the changeset viewer.
