aboutsummaryrefslogtreecommitdiffhomepage
path: root/fallback.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-07-28 17:49:46 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-08-04 11:34:45 -0700
commit2e1b3325c63cd6c43a10a08acfc54d1fb29a5c03 (patch)
treebf02e8d37f7ea5ffe28d293ad7bd3b690cc7dae6 /fallback.h
parent1b8f1650dc9959ace0df2037f751682e73b5bb1d (diff)
Warning cleanup
Diffstat (limited to 'fallback.h')
-rw-r--r--fallback.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fallback.h b/fallback.h
index de809564..2c091be0 100644
--- a/fallback.h
+++ b/fallback.h
@@ -290,7 +290,7 @@ int wcsncasecmp( const wchar_t *a, const wchar_t *b, int count );
Fallback for wcsndup function. Returns a copy of \c in, truncated
to a maximum length of \c c.
*/
-wchar_t *wcsndup( const wchar_t *in, int c );
+wchar_t *wcsndup( const wchar_t *in, size_t c );
#endif