mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 05:43:28 +02:00
Fixed --with-threads, small 64-bit prob
This commit is contained in:
@@ -173,7 +173,7 @@ test_private ()
|
||||
gpointer threads[TEST_PRIVATE_THREADS];
|
||||
for (i = 0; i < TEST_PRIVATE_THREADS; i++)
|
||||
{
|
||||
threads[i] = new_thread (test_private_func, (gpointer) i);
|
||||
threads[i] = new_thread (test_private_func, GINT_TO_POINTER(i));
|
||||
}
|
||||
for (i = 0; i < TEST_PRIVATE_THREADS; i++)
|
||||
{
|
||||
|
Reference in New Issue
Block a user