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

Comparing ray/src/util/rpiece.c (file contents):
Revision 2.49 by schorsch, Thu Apr 24 10:28:25 2008 UTC vs.
Revision 2.50 by greg, Sat Feb 7 05:40:47 2009 UTC

# Line 108 | Line 108 | main(
108                  while ((rval = expandarg(&argc, &argv, i)) > 0)
109                          ;
110                  if (rval < 0) {
111 <                        fprintf(stderr, "%s: cannot expand '%s'",
111 >                        fprintf(stderr, "%s: cannot expand '%s'\n",
112                                          argv[0], argv[i]);
113                          exit(1);
114                  }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines