dtprintinfo: Coverity 89669
This commit is contained in:
parent
a38c049703
commit
09f187d6be
|
|
@ -149,7 +149,7 @@ PrintXError(
|
|||
ext = ext->next)
|
||||
;
|
||||
if (ext)
|
||||
strcpy(buffer, ext->name);
|
||||
snprintf(buffer, sizeof(buffer), "%s", ext->name);
|
||||
else
|
||||
buffer[0] = '\0';
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue