Ahem. Reset SELDELTA to its original value, not the smaller value to
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 7 Aug 2010 17:31:57 +0000 (17:31 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 7 Aug 2010 17:31:57 +0000 (17:31 +0000)
which I set it for debugging just now.

git-svn-id: svn://svn.tartarus.org/sgt/utils@8978 cda61777-01e9-0310-a592-d414129be87e

xcopy/xcopy.c

index 318fc32..31bed58 100644 (file)
@@ -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? */