1
0
Fork 0
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:
Peter Howkins 2015-01-15 15:30:59 +00:00
parent 639081c8f1
commit 6a86dba654

View file

@ -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;