From: Peter Howkins Date: Thu, 15 Jan 2015 15:30:59 +0000 (+0000) Subject: dtfile: Resolve CID 88830 X-Git-Tag: 2.2.3~22 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6a86dba6540b92cb54047f65220989cf545dfa92;p=oweals%2Fcde.git dtfile: Resolve CID 88830 --- diff --git a/cde/programs/dtfile/ModAttrP.c b/cde/programs/dtfile/ModAttrP.c index 5df7c9ce..fbe098d0 100644 --- a/cde/programs/dtfile/ModAttrP.c +++ b/cde/programs/dtfile/ModAttrP.c @@ -275,7 +275,7 @@ AttrChangeProcess( { char *path; struct stat stat_buf; - long modify_time; + long modify_time = 0; short pipe_msg; int rc = -1; Tt_status tt_status;