ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/win_netproc.c
(Generate patch)

Comparing ray/src/util/win_netproc.c (file contents):
Revision 2.4 by schorsch, Sat Oct 23 18:55:53 2004 UTC vs.
Revision 2.5 by schorsch, Sun Mar 6 01:13:18 2016 UTC

# Line 49 | Line 49 | addpserver(
49                  register int    len;
50  
51                  strcpy(ourhost, myhostname());
52 <                getcwd(dirtmp, sizeof(dirtmp));
52 >                _getcwd(dirtmp, sizeof(dirtmp));
53                  if ((cp = getenv("HOME")) != NULL) {
54                          if (!strcmp(cp, dirtmp))
55                                  ourdir[0] = '\0';

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines