Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37507658
en ru br
Репозитории ALT
S:4.0.43-alt1
5.1: 4.0.10-alt3
4.1: 3.9.11.20070601-alt1
4.0: 3.9.10.20060626-alt1
3.0: 3.9.10-alt1
www.altlinux.org/Changes

Группа :: Работа с файлами
Пакет: mtools

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: mtools-3.9.6-atari.patch
Скачать


diff -urN mtools-3.9.6-orig/fat.c mtools-3.9.6/fat.c
--- mtools-3.9.6-orig/fat.c	Fri Apr 16 21:27:19 1999
+++ mtools-3.9.6/fat.c	Sat Aug  7 12:29:56 1999
@@ -608,6 +608,10 @@
 		 * and 0xff.  Do not consider this as an error */
 		return 0;
 	
+
+	/* Some Atari ST disks are actually using f7/f9; ignore this
+	   "sanity check" to read them...
+	
 	if((address[0] != boot->descr && boot->descr >= 0xf0 &&
 	    (address[0] != 0xf9 || boot->descr != 0xf0)) ||
 	   address[0] < 0xf0) {
@@ -616,7 +620,7 @@
 				address[0],
 				boot->descr);
 		return -1;
-	}
+	} */
 
 	if(address[1] != 0xff || address[2] != 0xff){
 		fprintf(stderr,"Initial byte of fat is not 0xff\n");
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin