diff options
Diffstat (limited to 'tests/fs-tests/integrity')
| -rw-r--r-- | tests/fs-tests/integrity/integck.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/tests/fs-tests/integrity/integck.c b/tests/fs-tests/integrity/integck.c index 84753d6..0a7f142 100644 --- a/tests/fs-tests/integrity/integck.c +++ b/tests/fs-tests/integrity/integck.c @@ -897,8 +897,8 @@ static ssize_t file_write_data(struct file_info *file, int fd, off_t offset,  	remains = size;  	actual = 0;  	written = IO_BUFFER_SIZE; -	v("write %zd bytes, offset %"PRIdoff_t", file %s", -	  size, offset, get_file_name(file)); +	v("write %zd bytes, offset %lld, file %s", +	  size, (long long)offset, get_file_name(file));  	while (remains) {  		/* Fill up buffer with random data */  		if (written < IO_BUFFER_SIZE) { | 
