File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -783,6 +783,8 @@ static char *(features[]) =
783783
784784static int included_patches [] =
785785{ /* Add new patch number below this line */
786+ /**/
787+ 855 ,
786788/**/
787789 854 ,
788790/**/
Original file line number Diff line number Diff line change @@ -472,6 +472,7 @@ main(int argc, char *argv[])
472472 unsigned long displayoff = 0 ;
473473 static char l [LLEN + 1 ]; /* static because it may be too big for stack */
474474 char * pp ;
475+ int addrlen = 9 ;
475476
476477#ifdef AMIGA
477478 /* This program doesn't work when started from the Workbench */
@@ -820,7 +821,6 @@ main(int argc, char *argv[])
820821 else /* hextype == HEX_BITS */
821822 grplen = 8 * octspergrp + 1 ;
822823
823- int addrlen = 9 ;
824824 e = 0 ;
825825 while ((length < 0 || n < length ) && (e = getc (fp )) != EOF )
826826 {
You can’t perform that action at this time.
0 commit comments