Advertisement
Guest User

BlockNameIO.cpp diff

a guest
Jan 13th, 2012
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. 101c101
  2. < return B256ToB64Bytes( encodedNameLen ) + 4;
  3. ---
  4. > return B256ToB64Bytes( encodedNameLen );
  5. 106c106
  6. < int decLen256 = B64ToB256Bytes( encodedNameLen - 4);
  7. ---
  8. > int decLen256 = B64ToB256Bytes( encodedNameLen );
  9. 147,148d146
  10. < memcpy(encodedName+encLen64,".rar\0",5);
  11. < encLen64 += 4;
  12. 155,157d152
  13. < char *encodedNameMod = const_cast<char *>(encodedName);
  14. < memcpy(encodedNameMod+length-4,"\0\0\0\0\0",5);
  15. < length -= 4;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement