increase iso image directory entry name size (prompt/hakonrk)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2717
This commit is contained in:
parent
cd64154623
commit
60b6c06b54
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue