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

Comparing ray/src/util/rfluxmtx.c (file contents):
Revision 2.24 by greg, Thu Mar 12 15:36:11 2015 UTC vs.
Revision 2.25 by greg, Fri Mar 20 15:19:22 2015 UTC

# Line 1086 | Line 1086 | add_send_object(FILE *fp)
1086          char            thismod[128], otype[32], oname[128];
1087          int             n;
1088  
1089 <        if (fscanf(fp, "%s %s %s", thismod, otype, oname) != 2)
1089 >        if (fscanf(fp, "%s %s %s", thismod, otype, oname) != 3)
1090                  return(0);              /* must have hit EOF! */
1091          if (!strcmp(otype, "alias")) {
1092                  fscanf(fp, "%*s");      /* skip alias */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines