Changeset: 27c8601ccdfa for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/27c8601ccdfa Modified Files: clients/Tests/exports.stable.out Branch: Mar2025 Log Message:
Approve last-minute change. diffs (15 lines): diff --git a/clients/Tests/exports.stable.out b/clients/Tests/exports.stable.out --- a/clients/Tests/exports.stable.out +++ b/clients/Tests/exports.stable.out @@ -1356,9 +1356,9 @@ char *prompt_getlogin(void); struct dirent *readdir(DIR *dir); void rewinddir(DIR *dir); char *simple_prompt(const char *prompt, int maxlen, int echo, const char *def); -char *utf16toutf8(const utf16_t *src); +char *utf16toutf8(const uint16_t *src); const uint8_t utf8d[364]; -utf16_t *utf8toutf16(const char *src); +uint16_t *utf8toutf16(const char *src); int winerror(int); # sql _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
