Changeset: 0dad8a98dbaf for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/0dad8a98dbaf
Modified Files:
        sql/backends/monet5/copy_misc.c
Branch: pp_hashjoin
Log Message:

Typo.


diffs (12 lines):

diff --git a/sql/backends/monet5/copy_misc.c b/sql/backends/monet5/copy_misc.c
--- a/sql/backends/monet5/copy_misc.c
+++ b/sql/backends/monet5/copy_misc.c
@@ -21,7 +21,7 @@ dump_char(int c)
        if (c == '\n')
                fprintf(stderr, "\342\217\216"); /* return symbol */
        else if (isspace(c))
-               fprintf(stderr, "\302\\267"); /* middle dot */
+               fprintf(stderr, "\302\267"); /* middle dot */
        else if (isprint(c)) {
                fprintf(stderr, "%c", c);
        } else {
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to