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

Comparing ray/src/rt/pmapio.c (file contents):
Revision 2.11 by rschregle, Thu Feb 8 19:55:02 2018 UTC vs.
Revision 2.12 by greg, Thu Aug 2 18:33:49 2018 UTC

# Line 141 | Line 141 | void savePhotonMap (const PhotonMap *pmap, const char
141   PhotonMapType loadPhotonMap (PhotonMap *pmap, const char *fname)
142   {
143     PhotonMapType  ptype = PMAP_TYPE_NONE;
144 <   char           format [128];
144 >   char           format [MAXFMTLEN];
145     unsigned long  i, j;
146     FILE           *file;
147  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines