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

Comparing ray/p.c (file contents):
Revision 1.4 by apian, Fri Feb 21 23:17:46 2003 UTC vs.
Revision 1.5 by apian, Fri Feb 21 23:42:15 2003 UTC

# Line 14 | Line 14 | main( int argc, char *argv[])
14          s= 1024*1024* (mb=atoi(argv[1]));
15          if (!(mem=malloc(s))) {
16            printf("failed\n");
17 <          return(1);
17 >          exit(1);
18          }
19          for (;;) {
20            for (q=0;q<mb;++q) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines