Changeset 990
- Timestamp:
- 12/10/2006 22:36:51 (5 years ago)
- File:
-
- 1 edited
-
box/trunk/lib/backupstore/BackupStoreAccounts.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/lib/backupstore/BackupStoreAccounts.cpp
r217 r990 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.
