]> git.sur5r.net Git - bacula/rescue/commit
Replace explicit checks for "/" with calls to IsPathSeparator, strchr with first_path...
authorRobert Nelson <robertn@the-nelsons.org>
Tue, 21 Nov 2006 16:45:13 +0000 (16:45 +0000)
committerRobert Nelson <robertn@the-nelsons.org>
Tue, 21 Nov 2006 16:45:13 +0000 (16:45 +0000)
commit188afc6873441df2384d9b3bd33ed880f267f498
tree8d370c7d71c216685a541d91342639398be885dd
parent834ce42768921db54b2b8052bb8dba70a6c64a7b
Replace explicit checks for "/" with calls to IsPathSeparator, strchr with first_path_separator and strrchr with last_path_separator.

Use serialization routines for crypto length fix.

Fix 64 bit offset problems on Windows by replacing off_t with new boffset_t.