diff options
| -rw-r--r-- | fs/fat/fat.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/fs/fat/fat.c b/fs/fat/fat.c index 9a29458c6..dbb8db92f 100644 --- a/fs/fat/fat.c +++ b/fs/fat/fat.c @@ -876,7 +876,7 @@ do_fat_read (const char *filename, void *buffer, unsigned long maxsize,  	while (1) {  		int i; -		debug("FAT read sect=%d, clust_size=%d, DIRENTSPERBLOCK=%d\n", +		debug("FAT read sect=%d, clust_size=%d, DIRENTSPERBLOCK=%zd\n",  			cursect, mydata->clust_size, DIRENTSPERBLOCK);  		if (disk_read(cursect, |