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

Comparing ray/src/util/rcode_ident.c (file contents):
Revision 2.3 by greg, Tue Jul 23 17:20:20 2019 UTC vs.
Revision 2.4 by greg, Tue Jul 23 17:23:25 2019 UTC

# Line 314 | Line 314 | decode_all(const char *fname, int hdrflags)
314                  if (numeric) {
315                          printf("%d", ndx);
316                  } else {
317 <                        const char      *id = idmap_next(idmp);
317 >                        const char      *id = mapID(idmp, ndx);
318                          if (!id) {
319                                  fputs(fname, stderr);
320                                  fputs(": bad ID index in file\n", stderr);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines