[libgda] Renamed worker thread due to string size limitation (15 chars)
- From: Vivien Malerba <vivien src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda] Renamed worker thread due to string size limitation (15 chars)
- Date: Tue, 24 Feb 2015 21:37:10 +0000 (UTC)
commit 027cd2ad0f3ac18b98aeebddda8abfaeaee99d6f
Author: Vivien Malerba <malerba gnome-db org>
Date: Tue Feb 24 22:36:47 2015 +0100
Renamed worker thread due to string size limitation (15 chars)
libgda/thread-wrapper/gda-worker.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgda/thread-wrapper/gda-worker.c b/libgda/thread-wrapper/gda-worker.c
index 3dac56b..a74b3c5 100644
--- a/libgda/thread-wrapper/gda-worker.c
+++ b/libgda/thread-wrapper/gda-worker.c
@@ -264,7 +264,7 @@ gda_worker_new (void)
g_rec_mutex_init (& worker->rmutex);
gchar *str;
- str = g_strdup_printf ("gdaForWkr%p", worker);
+ str = g_strdup_printf ("gdaWk%p", worker);
worker->worker_thread = g_thread_try_new (str, (GThreadFunc) worker_thread_main, worker, NULL);
g_free (str);
if (!worker->worker_thread) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]