From 639081c8f16648481c68a39ae9f009fb6c7af813 Mon Sep 17 00:00:00 2001 From: Peter Howkins Date: Thu, 15 Jan 2015 15:26:22 +0000 Subject: [PATCH] dtfile: Resolve CID 89009 --- 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 28b4a511..54f1bc2f 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 = 0, dstep; + int step = 0, dstep = 0; /* Check the protocol, set to failure if not the */ /* File Transfer protocol */ -- 2.25.1