mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dtprintinfo: Coverity 88097
This commit is contained in:
parent
445019f086
commit
a38c049703
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ void DtPrtJobIcon::PrintJobObj(PrintJob *job)
|
|||
{
|
||||
Name(job->DisplayName());
|
||||
BottomString(GetBotString(mainw, Parent(), job));
|
||||
strcpy(job_number, job->AttributeValue((char *)JOB_NUMBER));
|
||||
snprintf(job_number, sizeof(job_number), "%s", job->AttributeValue((char *)JOB_NUMBER));
|
||||
if (props)
|
||||
{
|
||||
props->Visible(false);
|
||||
|
|
Loading…
Reference in a new issue