--- ray/src/px/pcompos.c 1991/11/12 16:04:44 2.1 +++ ray/src/px/pcompos.c 1992/02/11 08:51:50 2.3 @@ -70,7 +70,6 @@ main(argc, argv) int argc; char *argv[]; { - double atof(); int ncolumns = 0; int autolabel = 0; int curcol = 0, curx = 0, cury = 0; @@ -147,7 +146,8 @@ dofiles: case 'l': if (strcmp(argv[an], "-l")) goto userr; - thislabel = argv[++an]; + thislabel = argv[an+1]; + an += 2; break; case '\0': if (argv[an][0] == '-')