Changeset: 42c90eef36b0 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=42c90eef36b0
Modified Files:
common/stream/stream.c
Branch: Jul2017
Log Message:
Typos.
diffs (19 lines):
diff --git a/common/stream/stream.c b/common/stream/stream.c
--- a/common/stream/stream.c
+++ b/common/stream/stream.c
@@ -1588,12 +1588,12 @@ open_xzstream(const char *filename, cons
return NULL;
}
#ifdef HAVE__WFOPEN
- {_
+ {
wchar_t *wfname = utf8towchar(filename);
wchar_t *wflags = utf8towchar(flags);
- if (wfname != NULL)
+ if (wfname != NULL)
xz->fp = _wfopen(wfname, wflags);
- } else
+ else
xz->fp = NULL;
if (wfname)
free(wfname);
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list