mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-01 04:41:14 -03:00
Excised some more halloc
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user