From effc3653de6b0cff5a62436dc3fe82cc88b3545a Mon Sep 17 00:00:00 2001 From: craigm Date: Tue, 23 Jan 2007 14:27:54 -0800 Subject: 6512868 message from 1085341 fix does not need to be I18N (fix lint) --- usr/src/lib/libc/port/stdio/flush.c | 1 - 1 file changed, 1 deletion(-) (limited to 'usr/src/lib/libc') diff --git a/usr/src/lib/libc/port/stdio/flush.c b/usr/src/lib/libc/port/stdio/flush.c index 225aef7277..bd8328267c 100644 --- a/usr/src/lib/libc/port/stdio/flush.c +++ b/usr/src/lib/libc/port/stdio/flush.c @@ -831,7 +831,6 @@ _file_get(FILE *iop) * silent data corruption. */ if (!iop->__xf_nocheck && bad_fd > -1 && iop->_magic != bad_fd) { - /* LINTED: variable format specifier */ (void) fprintf(stderr, "Application violated extended FILE safety mechanism.\n" "Please read the man page for extendedFILE.\nAborting\n"); -- cgit v1.2.3