From fefe419a2781703bd33dcb43e094dd34eba46c26 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Fri, 5 Jun 2015 13:19:09 +0000 Subject: [PATCH] Fix (accidental) compare, fix values and removed the whole line as it wasn't used (see comment) Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3915 --- src/dos/dos_programs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dos/dos_programs.cpp b/src/dos/dos_programs.cpp index 69ffd827..3b2aed61 100644 --- a/src/dos/dos_programs.cpp +++ b/src/dos/dos_programs.cpp @@ -1131,7 +1131,7 @@ public: if (type=="floppy") { mediaid=0xF0; } else if (type=="iso") { - str_size=="2048,1,60000,0"; // ignored, see drive_iso.cpp (AllocationInfo) + //str_size="2048,1,65535,0"; // ignored, see drive_iso.cpp (AllocationInfo) mediaid=0xF8; fstype = "iso"; }