mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
libDtSearch: Coverity 86768
This commit is contained in:
parent
85166ef293
commit
5854fdca38
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ renfiles(void)
|
|||
ll_deaccess(&ren_list);
|
||||
return( dberr(S_RENAME) );
|
||||
}
|
||||
strcpy(file_table[NUM2INT(rp->ptr->file_no, ft_offset)].ft_name,
|
||||
snprintf(file_table[NUM2INT(rp->ptr->file_no, ft_offset)].ft_name, FILENMLEN, "%s",
|
||||
rp->ptr->File_name.ptr);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue