1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

libDtHelp: Coverity 88813

This commit is contained in:
Peter Howkins 2018-07-04 01:32:53 +01:00
parent 49b69c257a
commit 25c12cad4a

View file

@ -908,7 +908,7 @@ _DtHelpCeFindCcdfId (
char *topicId = NULL; char *topicId = NULL;
int found = False; int found = False;
strcpy (newTarget, target_id); snprintf(newTarget, sizeof(newTarget), "%s", target_id);
_DtHelpCeUpperCase(newTarget); _DtHelpCeUpperCase(newTarget);
/* /*