mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-28 05:28:18 +02:00
+ Fix for var argument instead of pointer, reported by zephod@skynet.be
This commit is contained in:
parent
6aad724dc8
commit
02aaa32fb5
@ -21,3 +21,4 @@ function inet_nsap_ntoa(__len:longint; __cp:Pbyte; __buf:Pchar):Pchar;cdecl;exte
|
|||||||
---------------------------------------------------------------------}
|
---------------------------------------------------------------------}
|
||||||
|
|
||||||
// Type
|
// Type
|
||||||
|
function inet_aton(__cp:Pchar; var __inp:in_addr):in_addr_t;cdecl;external clib name 'inet_aton';
|
||||||
|
Loading…
Reference in New Issue
Block a user