From d683df3e72d6bacf92d7c020e4016b4587ec7614 Mon Sep 17 00:00:00 2001 From: David Brown Date: Fri, 23 Sep 2016 19:34:18 +0100 Subject: [PATCH] Fix browser command following TypSize move. --- bootstrap/unix-44/OPM.c | 1 - bootstrap/unix-48/OPM.c | 1 - bootstrap/unix-88/OPM.c | 1 - bootstrap/windows-48/OPM.c | 1 - bootstrap/windows-88/OPM.c | 1 - src/tools/browser/BrowserCmd.Mod | 2 +- 6 files changed, 1 insertion(+), 6 deletions(-) diff --git a/bootstrap/unix-44/OPM.c b/bootstrap/unix-44/OPM.c index 9297c0a3..abb5a584 100644 --- a/bootstrap/unix-44/OPM.c +++ b/bootstrap/unix-44/OPM.c @@ -223,7 +223,6 @@ static void OPM_ScanOptions (CHAR *s, LONGINT s__len, SET *opt) OPM_AddressSize = (int16)s[__X(i + 1, s__len)] - 48; OPM_Alignment = (int16)s[__X(i + 2, s__len)] - 48; i += 2; - Files_SetSearchPath((CHAR*)"", 1); } break; case 'B': diff --git a/bootstrap/unix-48/OPM.c b/bootstrap/unix-48/OPM.c index 9297c0a3..abb5a584 100644 --- a/bootstrap/unix-48/OPM.c +++ b/bootstrap/unix-48/OPM.c @@ -223,7 +223,6 @@ static void OPM_ScanOptions (CHAR *s, LONGINT s__len, SET *opt) OPM_AddressSize = (int16)s[__X(i + 1, s__len)] - 48; OPM_Alignment = (int16)s[__X(i + 2, s__len)] - 48; i += 2; - Files_SetSearchPath((CHAR*)"", 1); } break; case 'B': diff --git a/bootstrap/unix-88/OPM.c b/bootstrap/unix-88/OPM.c index 7b566324..18e25b0f 100644 --- a/bootstrap/unix-88/OPM.c +++ b/bootstrap/unix-88/OPM.c @@ -223,7 +223,6 @@ static void OPM_ScanOptions (CHAR *s, LONGINT s__len, SET *opt) OPM_AddressSize = (int16)s[__X(i + 1, s__len)] - 48; OPM_Alignment = (int16)s[__X(i + 2, s__len)] - 48; i += 2; - Files_SetSearchPath((CHAR*)"", 1); } break; case 'B': diff --git a/bootstrap/windows-48/OPM.c b/bootstrap/windows-48/OPM.c index 9297c0a3..abb5a584 100644 --- a/bootstrap/windows-48/OPM.c +++ b/bootstrap/windows-48/OPM.c @@ -223,7 +223,6 @@ static void OPM_ScanOptions (CHAR *s, LONGINT s__len, SET *opt) OPM_AddressSize = (int16)s[__X(i + 1, s__len)] - 48; OPM_Alignment = (int16)s[__X(i + 2, s__len)] - 48; i += 2; - Files_SetSearchPath((CHAR*)"", 1); } break; case 'B': diff --git a/bootstrap/windows-88/OPM.c b/bootstrap/windows-88/OPM.c index 7b566324..18e25b0f 100644 --- a/bootstrap/windows-88/OPM.c +++ b/bootstrap/windows-88/OPM.c @@ -223,7 +223,6 @@ static void OPM_ScanOptions (CHAR *s, LONGINT s__len, SET *opt) OPM_AddressSize = (int16)s[__X(i + 1, s__len)] - 48; OPM_Alignment = (int16)s[__X(i + 2, s__len)] - 48; i += 2; - Files_SetSearchPath((CHAR*)"", 1); } break; case 'B': diff --git a/src/tools/browser/BrowserCmd.Mod b/src/tools/browser/BrowserCmd.Mod index 564b29b3..28573293 100644 --- a/src/tools/browser/BrowserCmd.Mod +++ b/src/tools/browser/BrowserCmd.Mod @@ -267,5 +267,5 @@ MODULE BrowserCmd; (* RC 29.10.93 *) (* object model 4.12.93, command line ver END ShowDef; BEGIN - OPT.typSize := OPV.TypSize; Texts.OpenWriter(W); ShowDef + Texts.OpenWriter(W); ShowDef END BrowserCmd.