mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dtfile: Resolve CID 88830
This commit is contained in:
parent
639081c8f1
commit
6a86dba654
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ AttrChangeProcess(
|
||||||
{
|
{
|
||||||
char *path;
|
char *path;
|
||||||
struct stat stat_buf;
|
struct stat stat_buf;
|
||||||
long modify_time;
|
long modify_time = 0;
|
||||||
short pipe_msg;
|
short pipe_msg;
|
||||||
int rc = -1;
|
int rc = -1;
|
||||||
Tt_status tt_status;
|
Tt_status tt_status;
|
||||||
|
|
Loading…
Reference in a new issue