From 7f70f509c822c25060f9f43f2ec082b9aa3d3561 Mon Sep 17 00:00:00 2001 From: Peter Howkins Date: Thu, 15 Jan 2015 15:18:21 +0000 Subject: [PATCH] dtfile: Resolve CID 88133, 88261 --- 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 93eca6d8..68397fac 100644 --- a/cde/programs/dtfile/File.c +++ b/cde/programs/dtfile/File.c @@ -4934,7 +4934,7 @@ DropOnRootCB ( int numFiles; int effScreenWidth; int effScreenHeight; - int start_x, start_y; + int start_x = 0, start_y = 0; int root_x, root_y; int step, dstep; -- 2.25.1