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

Comparing ray/src/meta/mgvars.c (file contents):
Revision 1.1 by greg, Sat Feb 22 02:07:26 2003 UTC vs.
Revision 1.2 by schorsch, Fri Aug 1 14:14:24 2003 UTC

# Line 330 | Line 330 | char  *string;
330                          }
331                          if (!*s) {
332                                  loaddata(fname, fp, &vp->v.d);
333 #ifdef  UNIX
333                          } else if (*s == '!') {
334                                  if ((fp2 = popen(s+1, "r")) == NULL) {
335                                          fprintf(stderr, "%s\n", string);
# Line 341 | Line 340 | char  *string;
340                                  }
341                                  loaddata(s, fp2, &vp->v.d);
342                                  pclose(fp2);
344 #endif
343                          } else {
344                                  if ((fp2 = fopen(s, "r")) == NULL) {
345                                      fprintf(stderr, "%s\n", string);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines