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

Comparing ray/src/util/getinfo.c (file contents):
Revision 2.25 by greg, Wed Apr 13 15:43:06 2022 UTC vs.
Revision 2.26 by greg, Thu Mar 16 17:16:05 2023 UTC

# Line 236 | Line 236 | main(
236   #endif
237                          if (dim < 0) {                  /* dimensions only */
238                                  if (getheader(fp, NULL, NULL) < 0) {
239 <                                        fputs("bad header!\n", stdout);
239 >                                        fputs(": bad header!\n", stdout);
240                                          continue;      
241                                  }
242                                  fputs(": ", stdout);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines