ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/RdataShareMap.cpp
(Generate patch)

Comparing ray/src/rt/RdataShareMap.cpp (file contents):
Revision 2.3 by greg, Thu Oct 31 23:55:04 2024 UTC vs.
Revision 2.4 by greg, Thu Mar 20 17:59:10 2025 UTC

# Line 68 | Line 68 | RdataShareMap::RdataShareMap(const char *name, int fla
68                          else if (fstat(fd, &sbuf) >= 0)
69                                  siz = sbuf.st_size;
70                          else {
71 <                                sprintf(errmsg, "cannot stat '%s'", chName);
71 >                                sprintf(errmsg, "cannot stat '%s'", name);
72                                  error(SYSTEM, errmsg);
73                                  close(fd);
74                                  return;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines