Changeset: bfd8217e99b8 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=bfd8217e99b8
Modified Files:
        monetdb5/modules/mal/remote.c
Branch: tracer
Log Message:

Replaced greek char with latin


diffs (12 lines):

diff --git a/monetdb5/modules/mal/remote.c b/monetdb5/modules/mal/remote.c
--- a/monetdb5/modules/mal/remote.c
+++ b/monetdb5/modules/mal/remote.c
@@ -578,7 +578,7 @@ str RMTget(Client cntxt, MalBlkPtr mb, M
 
                snprintf(qbuf, BUFSIZ, "io.print(%s);", ident);
                
-               DEBUG(MAL_REMOΤE, "Remote get: %s\n", qbuf);
+               DEBUG(MAL_REMOTE, "Remote get: %s\n", qbuf);
 
                /* this call should be a single transaction over the channel*/
                MT_lock_set(&c->lock);
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to