Commit latest Qisda version and Bookeen's modification

This commit is contained in:
mlt
2010-04-23 11:27:04 +00:00
committed by Godzil
parent 2c907884d1
commit f2fd2aec61
75 changed files with 182708 additions and 51781 deletions

View File

@@ -625,6 +625,10 @@ shortname:
(*nr_slots)++;
memcpy(de->name, msdos_name, MSDOS_NAME);
de->attr = is_dir ? ATTR_DIR : ATTR_ARCH;
/* Qisda Mark Tsai, 2010/01/13 { */
if (name[0] == '.')
de->attr |= ATTR_HIDDEN;
/* Qisda Mark Tsai, 2010/01/13 } */
de->lcase = lcase;
fat_date_unix2dos(ts->tv_sec, &time, &date);
de->time = de->ctime = time;