From 1ed848709d8894aca8206207470c9fa380ec323b Mon Sep 17 00:00:00 2001 From: Peter Howkins Date: Thu, 15 Jan 2015 15:23:24 +0000 Subject: [PATCH] dtfile: Resolve CID 88199 --- cde/programs/dtfile/File.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cde/programs/dtfile/File.c b/cde/programs/dtfile/File.c index 68397fac..a3a11c3f 100644 --- a/cde/programs/dtfile/File.c +++ b/cde/programs/dtfile/File.c @@ -4936,7 +4936,7 @@ DropOnRootCB ( int effScreenHeight; int start_x = 0, start_y = 0; int root_x, root_y; - int step, dstep; + int step = 0, dstep; /* Check the protocol, set to failure if not the */ /* File Transfer protocol */ -- 2.25.1