Audio (343) Datatype (51) Demo (203) Development (593) Document (22) Driver (97) Emulation (146) Game (994) Graphics (494) Library (113) Network (230) Office (65) Utility (913) Video (69)
Total files: 4333
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
Setvar_patch | Description: | DOS Library patch for SetVar() 53.48 | Download: | setvar_patch.lha (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 2kb | Version: | 53.1 | Date: | 13 Feb 2010 | Author: | Colin Wenzel. | Submitter: | Colin Wenzel. | Requirements: | DOS Library 53.48 | Category: | library/misc | License: | Other | Distribute: | yes | Min OS Version: | 4.1 | FileID: | 5347 | | | Comments: | 5 | Snapshots: | 0 | Videos: | 0 | Downloads: | 483 (Current version) | | 483 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
====================================================
OS4 DOS SetVar() patch 53.1 (c) C.Wenzel. Feb-2010
====================================================
This patch is a quick fix for dos.library V53.48
from the OS4.1 update 1 release.
Some applications are dependant on the default
behaviour of IDOS->SetVar() and IDOS->DeleteVar().
This patch will only work with DOS Library 53.48 - 53.50
Running it with any other versions does nothing.
Place the executable somewhere convenient, such as the root
directory of your boot disk and start the patch from the
user-startup file as;
run >nil: sys:SetVar_Patch53
PATCHES:
size=0 : which returned failure rather than success.
control=0 : which had a different default function than before.
You can easily check to make sure it installed ok by typing the
following line in a shell;
set foobar ""
It will fail with "Can't set foobar" before the patch is installed,
but it will not fail afterwards.
The effects of this patch will be incorporated in a later
dos.library version.
|