Date:2015-01-08 12:24:59 (9 years 2 months ago)
Author:Werner Almesberger
Commit:65fa69cd0c656f092b1649f20dc371578e3a384a
Message:slicer/stl.c (stl_load_binary): remove debug output

Files: slicer/stl.c (1 diff)

Change Details

slicer/stl.c
5959        fprintf(stderr, "no number of facets\n");
6060        exit(1);
6161    }
62fprintf(stderr, "nf %u\n", (unsigned) nf);
6362    while (nf--) {
6463        n = fread(&tmp, 1, sizeof(tmp), file);
6564        if (n != sizeof(tmp)) {

Archive Download the corresponding diff file

Branches:
master



interactive