From a29a6b55db80c9e501b6d86353220839c81cf9be Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Tue, 29 Mar 2022 00:10:21 -0300 Subject: [PATCH] Virtual ISO: Fix small comment typo --- src/cdrom/cdrom_image_viso.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cdrom/cdrom_image_viso.c b/src/cdrom/cdrom_image_viso.c index f7677e8be..d643aa00e 100644 --- a/src/cdrom/cdrom_image_viso.c +++ b/src/cdrom/cdrom_image_viso.c @@ -452,7 +452,7 @@ viso_fill_dir_record(uint8_t *data, viso_entry_t *entry, int type) *q |= 0x80; /* TF = timestamps */ *p++ = 'T'; *p++ = 'F'; - *p++ = 5 + (7 * (VISO_TIME_VALID(entry->stats.st_mtime) + /* length: modified */ + *p++ = 5 + (7 * (VISO_TIME_VALID(entry->stats.st_mtime) + /* length: modify */ VISO_TIME_VALID(entry->stats.st_atime) + /* + access */ VISO_TIME_VALID(entry->stats.st_ctime))); /* + attributes */ *p++ = 1; /* version */