From 60b6c06b542a32efe868d8946dc7d3b0da61dacc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Strohh=C3=A4cker?= Date: Sun, 5 Nov 2006 17:30:54 +0000 Subject: [PATCH] increase iso image directory entry name size (prompt/hakonrk) Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2717 --- src/dos/drives.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dos/drives.h b/src/dos/drives.h index e7c1707d..dbb9962f 100644 --- a/src/dos/drives.h +++ b/src/dos/drives.h @@ -16,7 +16,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $Id: drives.h,v 1.33 2006-06-22 13:15:07 qbix79 Exp $ */ +/* $Id: drives.h,v 1.34 2006-11-05 17:30:54 c2woody Exp $ */ #ifndef _DRIVES_H__ #define _DRIVES_H__ @@ -262,7 +262,7 @@ struct isoDirEntry { Bit16u VolumeSeqNumberL; Bit16u VolumeSeqNumberM; Bit8u fileIdentLength; - Bit8u ident[100]; + Bit8u ident[222]; } GCC_ATTRIBUTE(packed); #ifdef _MSC_VER