13 lines
411 B
Plaintext
13 lines
411 B
Plaintext
$OpenBSD: patch-src_file_export_c,v 1.1 2005/03/06 18:29:08 jcs Exp $
|
|
--- src/file_export.c.orig Sun Aug 22 04:33:43 2004
|
|
+++ src/file_export.c Sun Mar 6 12:12:51 2005
|
|
@@ -77,7 +77,7 @@ const gchar *EXPORT_FILES_TPL_DFLT="%o;%
|
|
/**
|
|
* READ_WRITE_BLOCKSIZE - how many bytes we read per fread/fwrite call
|
|
*/
|
|
-#define READ_WRITE_BLOCKSIZE 65536
|
|
+#define READ_WRITE_BLOCKSIZE 1024
|
|
|
|
|
|
#ifdef G_THREADS_ENABLED
|