/[man-db]/man-db/src/mandb.c
ViewVC logotype

Diff of /man-db/src/mandb.c

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

revision 1.29 by cjwatson, Sun Apr 13 11:50:13 2003 UTC revision 1.30 by cjwatson, Sun Apr 13 12:40:19 2003 UTC
# Line 208  static int xcopy (const char *from, cons Line 208  static int xcopy (const char *from, cons
208          ifp = fopen (from, "r");          ifp = fopen (from, "r");
209          if (!ifp) {          if (!ifp) {
210                  ret = -errno;                  ret = -errno;
211                  if (errno != ENOENT)                  if (errno == ENOENT)
212                          perror ("fopen");                          return 0;
213                    perror ("fopen");
214                  return ret;                  return ret;
215          }          }
216    

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

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