| # | Line 23 | Line 23 | char xicom[] = "ximage -c 256"; | |
|---|---|---|
| 23 | VIEW ourview = STDVIEW; /* view for picture */ | |
| 24 | RESOLU ourres; /* picture resolution */ | |
| 25 | ||
| 26 | – | char *progname; /* program name */ |
| 27 | – | |
| 26 | char *picture; /* picture name */ | |
| 27 | ||
| 28 | FILE *pin; /* input stream */ | |
| # | Line 58 | Line 56 | main( /* takes both the octree and the image */ | |
| 56 | int i; | |
| 57 | char combuf[PATH_MAX]; | |
| 58 | ||
| 59 | < | progname = argv[0]; |
| 59 | > | fixargv0(argv[0]); /* sets global progname */ |
| 60 | for (i = 1; i < argc-2; i++) | |
| 61 | if (!strcmp(argv[i], "-s")) | |
| 62 | slow++; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |