Author: tkreuzer
Date: Wed Aug 16 16:06:18 2017
New Revision: 75570
URL:
http://svn.reactos.org/svn/reactos?rev=75570&view=rev
Log:
[FAT32] Remove duplicated print
Modified:
trunk/reactos/boot/freeldr/bootsect/fat32.S
Modified: trunk/reactos/boot/freeldr/bootsect/fat32.S
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/bootsect/fat3…
==============================================================================
--- trunk/reactos/boot/freeldr/bootsect/fat32.S [iso-8859-1] (original)
+++ trunk/reactos/boot/freeldr/bootsect/fat32.S [iso-8859-1] Wed Aug 16 16:06:18 2017
@@ -519,8 +519,6 @@
PrintFileNotFound:
mov si, offset msgFreeLdr // FreeLdr not found message
call PutChars // Display it
- mov si, offset msgAnyKey // Press any key message
- call PutChars // Display it
jmp Reboot