diff options
| -rw-r--r-- | tests/stringObj.test | 2 | ||||
| -rw-r--r-- | win/tclWinTime.c | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/tests/stringObj.test b/tests/stringObj.test index 6fbdc05..5027d3d 100644 --- a/tests/stringObj.test +++ b/tests/stringObj.test @@ -164,7 +164,7 @@ test stringObj-6.8 {Tcl_AppendStringsToObj procedure, object totally empty} {tes teststringobj appendstrings 1 {} list [teststringobj length2 1] [teststringobj get 1] } {0 {}} -test stringObj-6.9 {Tcl_AppendStringToObj, pure unicode} testobj { +test stringObj-6.9 {Tcl_AppendStringsToObj, pure unicode} testobj { testobj freeallvars teststringobj set2 1 [string replace abc 1 1 d] teststringobj appendstrings 1 foo bar soom diff --git a/win/tclWinTime.c b/win/tclWinTime.c index 438a8ec..1f1f948 100644 --- a/win/tclWinTime.c +++ b/win/tclWinTime.c @@ -106,11 +106,11 @@ static TimeInfo timeInfo = { (LARGE_INTEGER) (long long) 0, (LARGE_INTEGER) (long long) 0, #else - {0, 0}, - {0, 0}, - {0, 0}, - {0, 0}, - {0, 0}, + {{0, 0}}, + {{0, 0}}, + {{0, 0}}, + {{0, 0}}, + {{0, 0}}, #endif { 0 }, { 0 }, |
