Fix yet a minor stylistic nit from Bruce.
(`cvs diff -ib' print one new char ;-).
This commit is contained in:
parent
1f1f27f863
commit
3f5d3edf76
@ -294,12 +294,12 @@ __hashpw(key)
|
||||
return(0);
|
||||
p = (char *)data.data;
|
||||
|
||||
/* increase buffer size for long lines if necessary */
|
||||
/* Increase buffer size for long lines if necessary. */
|
||||
if (data.size > max) {
|
||||
max = data.size + 1024;
|
||||
if (!(line = realloc(line, max)))
|
||||
return(0);
|
||||
}
|
||||
if (!(line = realloc(line, max)))
|
||||
return(0);
|
||||
}
|
||||
|
||||
/* THIS CODE MUST MATCH THAT IN pwd_mkdb. */
|
||||
t = line;
|
||||
|
Loading…
Reference in New Issue
Block a user