08 December 2000 cdlst-1.7 This version of the CDL differs from the CDL v1.7 distributed by IRAF only in that a bug has been fixed in the comm.c file. cdlst-1.7 (FIXED LINE OF CODE) < status = sscanf (buf, "%f %f %d \\%o", x, y, wcs, &octal); --- cdl-1.7 (ORIGINAL LINE OF CODE) > status = sscanf (buf, "%f %f %d \\%d", x, y, wcs, &octal);