Initial commit

This commit is contained in:
2026-07-30 13:20:06 +03:00
commit 2a70e87e9d
9 changed files with 111 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
--- a/transport.hxx~ 2008-03-25 21:24:47.000000000 -0400
+++ b/transport.hxx 2008-03-25 21:25:36.000000000 -0400
@@ -116,7 +116,7 @@
extern "C" char *plusminus_locale()
{ static class __plusminus {
private:
- char str[4];
+ char str[MB_LEN_MAX];
public:
__plusminus() { setlocale(LC_CTYPE,ENV_LOCALE);
int l = wctomb(str,(wchar_t)(unsigned char)'±');