]> git.sur5r.net Git - bacula/docs/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)
commit988b662b16da93b0fde7f06002e5b271bdb6777c
treef4353c74b327d7983ebbedeef62ff0d6cbb5cbf7
parent5a687664c1e51b11431c68b6b014abee31c05961
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.