summaryrefslogtreecommitdiff
path: root/src/Selection.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-07-10 08:18:26 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-07-10 08:18:26 -0700
commit8828fc21cb5b10f06294e460d15c38e234324960 (patch)
treefabb47fcc336332217c1da3a38e9b08613e28d8e /src/Selection.c
parent9dc5fb0b9640b79a234b58e640e05d8276556beb (diff)
downloadxorg-lib-libXt-8828fc21cb5b10f06294e460d15c38e234324960.tar.gz
Revert "Avoid shadowing variables."
This reverts commit 3919044bd7d3bcb85ce3425a43b8889a248a7542. Breaks programs such as xcalc & xlogo on multiple platforms.
Diffstat (limited to 'src/Selection.c')
-rw-r--r--src/Selection.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Selection.c b/src/Selection.c
index 2b794d7..4f59d70 100644
--- a/src/Selection.c
+++ b/src/Selection.c
@@ -2079,6 +2079,7 @@ void XtSendSelectionRequest(
Boolean ins[PREALLOCED];
Atom *props;
Atom p[PREALLOCED];
+ int i = 0;
int j = 0;
/* Allocate */