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

Comparing ray/src/px/pcompos.c (file contents):
Revision 2.2 by greg, Thu Dec 19 14:51:50 1991 UTC vs.
Revision 2.3 by greg, Tue Feb 11 08:51:50 1992 UTC

# Line 146 | Line 146 | dofiles:
146                          case 'l':
147                                  if (strcmp(argv[an], "-l"))
148                                          goto userr;
149 <                                thislabel = argv[++an];
149 >                                thislabel = argv[an+1];
150 >                                an += 2;
151                                  break;
152                          case '\0':
153                                  if (argv[an][0] == '-')

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines