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

Comparing ray/src/rt/RdataShareMap.cpp (file contents):
Revision 2.4 by greg, Thu Mar 20 17:59:10 2025 UTC vs.
Revision 2.5 by greg, Mon Oct 27 18:38:32 2025 UTC

# Line 165 | Line 165 | RdataShareMap::Resize(size_t new_siz)
165                          return osiz = 0;
166                  }
167          } else if (truncate(chName, new_siz) < 0) {
168 <                sprintf(errmsg, "cannot truncate '%s'", chName);
168 >                sprintf(errmsg, "cannot resize '%s'", chName);
169                  return 0;
170          }
171          return osiz = new_siz;

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)