summaryrefslogtreecommitdiff
path: root/api/sqnutil3.c
diff options
context:
space:
mode:
Diffstat (limited to 'api/sqnutil3.c')
-rw-r--r--api/sqnutil3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/sqnutil3.c b/api/sqnutil3.c
index 553dd506..0f4cba63 100644
--- a/api/sqnutil3.c
+++ b/api/sqnutil3.c
@@ -33198,7 +33198,7 @@ ClickableItemPtr LIBCALL ClickableGlobalItemCategorize (ValNodePtr list, int ite
cip->clickable_item_type = item_type;
cip->description
= (CharPtr) MemNew ( sizeof (Char) * (StringLen (fmt) + 15));
- sprintf (cip->description, fmt);
+ strcpy (cip->description, fmt);
return cip;
}
return NULL;