Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
diff vutilities.c @ 201:0320b49ca013
New include paths because of new project structure
| author | Merten Sach <msach@mailbox.tu-berlin.de> |
|---|---|
| date | Mon, 13 Feb 2012 19:35:32 +0100 |
| parents | 13b22ffb8a2f |
| children |
line diff
1.1 --- a/vutilities.c Fri Feb 03 19:04:12 2012 +0100 1.2 +++ b/vutilities.c Mon Feb 13 19:35:32 2012 +0100 1.3 @@ -14,10 +14,10 @@ 1.4 1.5 1.6 inline char * 1.7 -VMS__strDup( char *str ) 1.8 +VMS_int__strDup( char *str ) 1.9 { char *retStr; 1.10 1.11 - retStr = VMS__malloc( strlen(str) + 1 ); 1.12 + retStr = VMS_int__malloc( strlen(str) + 1 ); 1.13 if( str == NULL ) return str; 1.14 strcpy( retStr, str ); 1.15
