]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix typo in Win32 offset definition
authorKern Sibbald <kern@sibbald.com>
Sat, 20 Nov 2010 10:51:43 +0000 (11:51 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 25 Nov 2010 13:55:52 +0000 (14:55 +0100)
bacula/src/findlib/bfile.h

index a727a141e7d4e0996523cb078cfb56ba4a70d49f..2fe1cfec8d61c7b9bc8a7c09a35e37adcaa81be2 100644 (file)
@@ -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 */