From: simon Date: Sat, 7 Aug 2010 17:31:57 +0000 (+0000) Subject: Ahem. Reset SELDELTA to its original value, not the smaller value to X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/utils/commitdiff_plain/2e37f64c8b6d3c8cb3be69cbf1683b6e1b3385b3?hp=05ecc8102fb0e5eb4b0f8f2521934e48fb7e8745 Ahem. Reset SELDELTA to its original value, not the smaller value to which I set it for debugging just now. git-svn-id: svn://svn.tartarus.org/sgt/utils@8978 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/xcopy/xcopy.c b/xcopy/xcopy.c index 318fc32..31bed58 100644 --- a/xcopy/xcopy.c +++ b/xcopy/xcopy.c @@ -36,7 +36,7 @@ int fork_when_writing = True; /* selection data */ char *seltext; int sellen, selsize; -#define SELDELTA 64 +#define SELDELTA 16384 /* functional parameters */ int reading; /* read instead of writing? */