some little things to change on GLib 2.6.1
- From: Benoit Carpentier <gtkool_2kx yahoo fr>
- To: gtk-devel-list gnome org
- Subject: some little things to change on GLib 2.6.1
- Date: Tue, 11 Jan 2005 20:58:58 +0100 (CET)
Hi everybody,
In glib 2.6.1 :
in gthreadpool.c :
lines 682,683 :
g_thread_pool_set_max_unused_threads (0);
g_thread_pool_set_max_unused_threads (oldval);
(Line 54 : static gint max_unused_threads = 0;
Line 618 max_unused_threads = max_threads;
(max_threads is an arg, and must be >= -1))
Is this usefull here to have
"g_thread_pool_set_max_unused_threads (0);" ?
in gvalue.c :
Lines 38,39,40,41 :
#define value_transform_int64_int64
value_transform_memcpy_data0
#define value_transform_uint64_uint64
value_transform_memcpy_data0
#define value_transform_int64_int64
value_transform_memcpy_data0
#define value_transform_uint64_uint64
value_transform_memcpy_data0
twice the same. Keep lines 38 & 39.
in gobject-query.c :
Lines 210,211,212, three times the same :
strcpy (indent_inc, O_SPACE);
strcpy (indent_inc, O_SPACE);
strcpy (indent_inc, O_SPACE);
Please remove two of them.
Regards,
Benoît Carpentier, "GTKool"
Découvrez le nouveau Yahoo! Mail : 250 Mo d'espace de stockage pour vos mails !
Créez votre Yahoo! Mail sur http://fr.mail.yahoo.com/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]