1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

- Added disk type definitions to mount_convertinfo.c and unistd_common_pathconf.c,

prompted by Thore Boeckelmann.


git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@15187 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
Olaf Barthel
2008-04-16 07:38:10 +00:00
parent 7dcc410d0c
commit 6c50657673
4 changed files with 32 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
/*
* $Id: amiga_rexxvars.c,v 1.16 2008-04-15 16:22:51 obarthel Exp $
* $Id: amiga_rexxvars.c,v 1.17 2008-04-16 07:38:10 obarthel Exp $
*
* :ts=4
*
@@ -661,7 +661,7 @@ SetRexxVar(struct RexxMsg *context,STRPTR variable_name,STRPTR value,LONG length
}
/* Install the value string. */
_SetValue(environment,value_string,symbol_table_node
_SetValue(environment,value_string,symbol_table_node);
error = 0;