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

Comparing ray/src/px/psign.c (file contents):
Revision 2.27 by greg, Fri May 20 02:06:39 2011 UTC vs.
Revision 2.28 by greg, Fri Nov 19 22:51:31 2021 UTC

# Line 139 | Line 139 | unkopt:
139                  }
140                                          /* load font file */
141          ourfont = getfont(fontfile);
142 +        if (!ourfont)
143 +                exit(1);
144                                          /* get text */
145          if (an == argc)
146                  get_text(stdin);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines