diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2019-10-25 14:30:38 -0500 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2019-10-25 14:30:38 -0500 |
| commit | b7c7f7a06a006ee07eb9f6adf1fd3e50b0758fc0 (patch) | |
| tree | 081362e703f2a6c787bdc64efcbd342255fce26e /tests | |
| parent | 8e9bd0da0d321f5548d90c34debaaf7dec780bda (diff) | |
| download | nimterop-b7c7f7a06a006ee07eb9f6adf1fd3e50b0758fc0.tar.gz nimterop-b7c7f7a06a006ee07eb9f6adf1fd3e50b0758fc0.zip | |
Fix size_t conversion
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/tpcre.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tpcre.nim b/tests/tpcre.nim index 41809cb..0aa5a3b 100644 --- a/tests/tpcre.nim +++ b/tests/tpcre.nim @@ -34,7 +34,7 @@ cImport(pcreH, dynlib="dynpcre") echo version() -proc my_malloc(a1: cuint) {.cdecl.} = +proc my_malloc(a1: uint) {.cdecl.} = discard malloc = my_malloc |
