Changeset: fb8f24c4194b for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=fb8f24c4194b Modified Files: gdk/gdk_system.c Branch: default Log Message:
Use Latin alphabet. diffs (12 lines): diff --git a/gdk/gdk_system.c b/gdk/gdk_system.c --- a/gdk/gdk_system.c +++ b/gdk/gdk_system.c @@ -525,7 +525,7 @@ MT_thread_init(void) } mainthread.tid = pthread_self(); if ((ret = pthread_setspecific(threadkey, &mainthread)) != 0) { - TRC_ERROR(GDK_SYSTEM, "Σetting specific value failed: %s\n", strerror(ret)); + TRC_ERROR(GDK_SYSTEM, "Setting specific value failed: %s\n", strerror(ret)); } return true; } _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list