mirror of
https://github.com/vale981/spectrwm
synced 2025-03-05 09:51:38 -05:00
sysconf returns long
This commit is contained in:
parent
3b3c4e31f3
commit
0d5bc34d2b
1 changed files with 2 additions and 1 deletions
|
@ -1068,7 +1068,8 @@ char *
|
|||
expand_tilde(const char *s)
|
||||
{
|
||||
struct passwd *ppwd;
|
||||
int i, max;
|
||||
int i;
|
||||
long max;
|
||||
char *user;
|
||||
const char *sc = s;
|
||||
char *result;
|
||||
|
|
Loading…
Add table
Reference in a new issue