changeset 2677:c58baa9276c8 lwtools-port

Fix string constants used as numbers More cases of string constants being used instead of ascii constants.
author William Astle <lost@l-w.ca>
date Sun, 10 Jun 2012 14:33:53 -0600
parents f1ec894ef120
children 462861177068
files level1/cmds/format.asm
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/level1/cmds/format.asm	Sun Jun 10 14:33:08 2012 -0600
+++ b/level1/cmds/format.asm	Sun Jun 10 14:33:53 2012 -0600
@@ -201,7 +201,7 @@
 dcfidp   fdb   $0030     
 dcsize   fdb   $0154     
                          
-DragonFlag equ   'd'        Flag that we are formatting dragon formatted disk.
+DragonFlag equ   'd        Flag that we are formatting dragon formatted disk.
 DragonRootSec equ   $12        Dragon root sector is always LSN 18
 DragonBootSize equ   $10        Size of dragon boot area
                          
@@ -472,10 +472,10 @@
          fcb   00        
          fdb   DoSpace-opt.18
                          
-opt.19   fcb   'F'       
+opt.19   fcb   'F       
          fcb   '          '
          fdb   DoFormat-opt.19
-opt.20   fcb   'f'       
+opt.20   fcb   'f       
          fcb   '          '
          fdb   DoFormat-opt.20