From 2e1b3325c63cd6c43a10a08acfc54d1fb29a5c03 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sat, 28 Jul 2012 17:49:46 -0700 Subject: Warning cleanup --- fallback.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fallback.h') 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 -- cgit v1.2.3