Changeset 880


Ignore:
Timestamp:
31/08/2006 23:19:09 (5 years ago)
Author:
chris
Message:
  • lib/backupstore/BackupStoreAccounts.cpp
  • Revert to trunk
File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/chris/merge/lib/backupstore/BackupStoreAccounts.cpp

    r710 r880  
    142142{ 
    143143        char accid[64]; // big enough! 
    144         ::sprintf(accid, "%08x" DIRECTORY_SEPARATOR, ID); 
    145         return std::string(std::string(BOX_RAIDFILE_ROOT_BBSTORED  
    146                 DIRECTORY_SEPARATOR) + accid); 
     144        ::sprintf(accid, "%08x/", ID); 
     145        return std::string(std::string(BOX_RAIDFILE_ROOT_BBSTORED DIRECTORY_SEPARATOR) + accid); 
    147146} 
    148147 
Note: See TracChangeset for help on using the changeset viewer.