mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
Fixed error in sign of variable
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@25975 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b728011a03
commit
f74a94d1b0
1 changed files with 1 additions and 1 deletions
|
@ -2177,7 +2177,7 @@ GSBreakTime(NSTimeInterval when, int *year, int *month, int *day,
|
|||
|
||||
if (cSubKeys && (retCode == ERROR_SUCCESS))
|
||||
{
|
||||
int wLen = [name length];
|
||||
unsigned wLen = [name length];
|
||||
wchar_t *wName = malloc((wLen+1) * sizeof(wchar_t));
|
||||
|
||||
if (wName)
|
||||
|
|
Loading…
Reference in a new issue