/[gcl]/gcl/o/unixfsys.c
ViewVC logotype

Diff of /gcl/o/unixfsys.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.19 by mjthomas, Mon Jul 26 07:46:16 2004 UTC revision 1.20 by camm, Thu Nov 25 00:06:40 2004 UTC
# Line 588  LFD(Lfile_author)(void) Line 588  LFD(Lfile_author)(void)
588          coerce_to_local_filename(vs_base[0], filename);          coerce_to_local_filename(vs_base[0], filename);
589          if (stat(filename, &filestatus) < 0) { vs_base[0] = Cnil; return;}          if (stat(filename, &filestatus) < 0) { vs_base[0] = Cnil; return;}
590          pwent = getpwuid(filestatus.st_uid);          pwent = getpwuid(filestatus.st_uid);
591          vs_base[0] = make_simple_string(pwent->pw_name);          vs_base[0] = pwent ? make_simple_string(pwent->pw_name) : Cnil;
592  #else  #else
593          vs_base[0] = Cnil; return;          vs_base[0] = Cnil; return;
594  #endif    #endif  

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26