mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
dtprintinfo: Coverity 89669
This commit is contained in:
parent
a38c049703
commit
09f187d6be
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ PrintXError(
|
||||||
ext = ext->next)
|
ext = ext->next)
|
||||||
;
|
;
|
||||||
if (ext)
|
if (ext)
|
||||||
strcpy(buffer, ext->name);
|
snprintf(buffer, sizeof(buffer), "%s", ext->name);
|
||||||
else
|
else
|
||||||
buffer[0] = '\0';
|
buffer[0] = '\0';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue