Excised some more halloc

This commit is contained in:
ridiculousfish
2012-01-29 23:22:42 -08:00
parent 8d016040ab
commit 316f81119f
10 changed files with 27 additions and 30 deletions

View File

@@ -723,7 +723,7 @@ static int expand_pid( wchar_t *in,
}
}
int prev = out.size();
size_t prev = out.size();
if( !find_process( in+1, flags, out ) )
return 0;