diff --git a/.Floppies/A2OSX.BUILD.po b/.Floppies/A2OSX.BUILD.po index 11c1d70d..73c6c645 100644 Binary files a/.Floppies/A2OSX.BUILD.po and b/.Floppies/A2OSX.BUILD.po differ diff --git a/SYS/KERNEL.S.ENV.txt b/SYS/KERNEL.S.ENV.txt index 86af7b74..0b13b13d 100644 --- a/SYS/KERNEL.S.ENV.txt +++ b/SYS/KERNEL.S.ENV.txt @@ -360,10 +360,11 @@ K.SetEnv.I jsr K.UnsetEnv.I * searches the environment list to find the environment variable name, * and returns a pointer to the corresponding value string. * ## C -* `char *getenv(const char *name);` +* `char *getenv(const char *name, char *value);` * ## ASM * **In:** -* `>LDYA name` +* `>PUSHW name` +* `>PUSHW value` * `>SYSCALL getenv` * ## RETURN VALUE * CC : Y,A = PTR to VALUE (C-String)