From 9a0f0253e5623bdb1858a0c9b57b662adbf31a0b Mon Sep 17 00:00:00 2001 From: jmcmullan Date: Fri, 8 Jul 2011 04:15:52 +0000 Subject: [PATCH] dos.library LVO mismatch fixes Signed-off-by: Jason S. McMullan git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@39902 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- rom/dos/scanvars.c | 2 +- rom/dos/write.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rom/dos/scanvars.c b/rom/dos/scanvars.c index d28a0f2757..97b2268d39 100644 --- a/rom/dos/scanvars.c +++ b/rom/dos/scanvars.c @@ -24,7 +24,7 @@ AROS_LHA(APTR, userdata, D3), /* LOCATION */ - struct DosLibrary *, DOSBase, 167, Dos) + struct DosLibrary *, DOSBase, 169, Dos) /* FUNCTION Scan local and/or global variables accordingly to specified flags. For diff --git a/rom/dos/write.c b/rom/dos/write.c index 9f4711fa63..a1c05c21c9 100644 --- a/rom/dos/write.c +++ b/rom/dos/write.c @@ -24,7 +24,7 @@ AROS_LHA(LONG, length, D3), /* LOCATION */ - struct DosLibrary *, DOSBase, 7, Dos) + struct DosLibrary *, DOSBase, 8, Dos) /* FUNCTION Write some data from a given file. The request is directly -- 2.11.4.GIT