]> git.pld-linux.org Git - packages/ORBit2.git/commitdiff
- http://bugzilla.gnome.org/show_bug.cgi?id=303649
authorfreetz <freetz@pld-linux.org>
Mon, 16 May 2005 10:03:53 +0000 (10:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ORBit2-stack_size.patch -> 1.1

ORBit2-stack_size.patch [new file with mode: 0644]

diff --git a/ORBit2-stack_size.patch b/ORBit2-stack_size.patch
new file mode 100644 (file)
index 0000000..485ee2f
--- /dev/null
@@ -0,0 +1,11 @@
+--- linc2/src/linc.c   14 Apr 2005 06:21:54 -0000
++++ linc2/src/linc.c   10 May 2005 10:51:52 -0000
+@@ -456,7 +456,7 @@ link_exec_set_io_thread (gpointer data, 
+                link_mainloop_handle_input, NULL);
+       
+       link_io_thread = g_thread_create_full
+-              (link_io_thread_fn, NULL, 0, TRUE, FALSE,
++              (link_io_thread_fn, NULL, 256 * 1024, TRUE, FALSE,
+                G_THREAD_PRIORITY_NORMAL, &error);
+       
+       if (!link_io_thread || error)
This page took 0.056758 seconds and 4 git commands to generate.