diff --git a/tsk/fs/ntfs.c b/tsk/fs/ntfs.c index 3e420c7cff368d36265ff9c59ae5c42281afd381..e33306ab69d966b4290aaa4a5329b2ac42bfed77 100755 --- a/tsk/fs/ntfs.c +++ b/tsk/fs/ntfs.c @@ -1224,9 +1224,9 @@ ntfs_proc_compunit(NTFS_INFO * ntfs, NTFS_COMP_INFO * comp, // Prevent an OOB write of comp->uncomp_buf if ((comp->uncomp_idx >= comp->buf_size_b) || (fs->block_size > comp->buf_size_b - comp->uncomp_idx)) { - tsk_error_reset(); + tsk_error_reset(); tsk_error_set_errno(TSK_ERR_FS_READ); - tsk_error_set_errstr("ntfs_proc_compunit: Buffer not big enough for uncompressed data (Index: %"PRIuSIZE ")", comp->uncomp_idx); + tsk_error_set_errstr("ntfs_proc_compunit: Buffer not big enough for uncompressed data (Index: %"PRIuSIZE ")", comp->uncomp_idx); return 1; }