From 115e7ddbdefd7a5504c2aab6ea05e5cf3baf0332 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 20 Nov 2010 11:51:43 +0100 Subject: [PATCH] Fix typo in Win32 offset definition --- bacula/src/findlib/bfile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/findlib/bfile.h b/bacula/src/findlib/bfile.h index a727a141e7..2fe1cfec8d 100644 --- a/bacula/src/findlib/bfile.h +++ b/bacula/src/findlib/bfile.h @@ -85,7 +85,7 @@ struct BFILE { DWORD rw_bytes; /* Bytes read or written */ DWORD lerror; /* Last error code */ int berrno; /* errno */ - bofset_t offset; /* Delta offset */ + boffset_t offset; /* Delta offset */ JCR *jcr; /* jcr for editing job codes */ PROCESS_WIN32_BACKUPAPIBLOCK_CONTEXT win32DecompContext; /* context for decomposition of win32 backup streams */ int use_backup_decomp; /* set if using BackupRead Stream Decomposition */ -- 2.39.5