From: Robert Nelson Date: Tue, 21 Nov 2006 16:45:13 +0000 (+0000) Subject: Replace explicit checks for "/" with calls to IsPathSeparator, strchr with first_path... X-Git-Tag: Release-2.0.0~246 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=188afc6873441df2384d9b3bd33ed880f267f498;p=bacula%2Frescue 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. ---