shithub: scc

Download patch

ref: b160b439e1abe830322fc23019b7731820ba2c66
parent: bfde4c47d9b5286c325f72827c2b9956d8262ed9
author: FRIGN <dev@frign.de>
date: Mon May 30 14:26:01 EDT 2016

[driver] Print diagnostic message to stderr instead of stdout

--- a/driver/posix/scc.c
+++ b/driver/posix/scc.c
@@ -140,7 +140,7 @@
 		arch = EARGF(usage());
 		break;
 	case '-':
-		printf("scc: ignored parameter --%s\n", EARGF(usage()));
+		fprintf(stderr, "scc: ignored parameter --%s\n", EARGF(usage()));
 		break;
 	default:
 		usage();