changeset 12921:0e5521492f8c

6950754 message (catgets) collision for msg num 71
author Milan Jurik <Milan.Jurik@Sun.COM>
date Mon, 26 Jul 2010 16:52:32 +0100
parents 80a39220b451
children ecb14ee9a829
files usr/src/cmd/luxadm/lux_util.c
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/cmd/luxadm/lux_util.c	Mon Jul 26 07:24:36 2010 -0700
+++ b/usr/src/cmd/luxadm/lux_util.c	Mon Jul 26 16:52:32 2010 +0100
@@ -19,8 +19,7 @@
  * CDDL HEADER END
  */
 /*
- * Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
- * Use is subject to license terms.
+ * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  */
 
 
@@ -938,7 +937,7 @@
 	if (inq.inq_ansi < MAX_ANSI_VERSION) {
 		(void) fprintf(stdout, "%s", ansi_version[inq.inq_ansi]);
 	} else
-		(void) fprintf(stdout, MSGSTR(71, " (Reserved)"));
+		(void) fprintf(stdout, " (%s)", MSGSTR(71, "Reserved"));
 
 	(void) fprintf(stdout, "\n");