diff options
Diffstat (limited to 'src/fileio.c')
| -rw-r--r-- | src/fileio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c index 98b27035597..48dbf20b88f 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -1042,7 +1042,7 @@ filesystem tree, not (expand-file-name ".." dirname). */) | |||
| 1042 | o [p - nm] = 0; | 1042 | o [p - nm] = 0; |
| 1043 | 1043 | ||
| 1044 | block_input (); | 1044 | block_input (); |
| 1045 | pw = (struct passwd *) getpwnam (o + 1); | 1045 | pw = getpwnam (o + 1); |
| 1046 | unblock_input (); | 1046 | unblock_input (); |
| 1047 | if (pw) | 1047 | if (pw) |
| 1048 | { | 1048 | { |