summaryrefslogtreecommitdiff
path: root/sys/i386/isa/sound/pas2_card.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/isa/sound/pas2_card.c')
-rw-r--r--sys/i386/isa/sound/pas2_card.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/isa/sound/pas2_card.c b/sys/i386/isa/sound/pas2_card.c
index dc78afa5cea70..06ab9f2e38c13 100644
--- a/sys/i386/isa/sound/pas2_card.c
+++ b/sys/i386/isa/sound/pas2_card.c
@@ -325,7 +325,7 @@ attach_pas_card(struct address_info * hw_config)
if ((pas_model = pas_read(CHIP_REV))) {
char temp[100];
- snprintf(temp, sizeof(temp),
+ sprintf(temp,
"%s rev %d", pas_model_names[(int) pas_model],
pas_read(BOARD_REV_ID));
conf_printf(temp, hw_config);