Commit f6bc0f43 authored by Laurent Aimar's avatar Laurent Aimar

Removed use of fprintf() in stl decoder.

parent 8eb35251
......@@ -83,7 +83,6 @@ static char *ParseText(uint8_t *data, int size)
else if (code == 0x8a)
snprintf(tmp, sizeof(tmp), "\n");
else {
fprintf(stderr, "--> %2.2x\n", code);
t = NULL;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment