diff options
Diffstat (limited to 'source3/registry')
-rw-r--r-- | source3/registry/regfio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/registry/regfio.c b/source3/registry/regfio.c index 041db19f27..b99a954897 100644 --- a/source3/registry/regfio.c +++ b/source3/registry/regfio.c @@ -89,7 +89,7 @@ static int read_block( REGF_FILE *file, prs_struct *ps, uint32 file_offset, uint to read some of the header to get the block_size from there */ if ( block_size == 0 ) { - uint8 hdr[0x20]; + char hdr[0x20]; if ( lseek( file->fd, file_offset, SEEK_SET ) == -1 ) { DEBUG(0,("read_block: lseek() failed! (%s)\n", strerror(errno) )); |