diff options
| author | dgp <dgp@users.sourceforge.net> | 2016-10-12 14:11:39 (GMT) |
|---|---|---|
| committer | dgp <dgp@users.sourceforge.net> | 2016-10-12 14:11:39 (GMT) |
| commit | eee33c1731828ed1a54f1c439df1f8275d97dcb5 (patch) | |
| tree | d380b3ac05e0e071678fc7c7e1bf640835d96939 /unix/tclUnixInit.c | |
| parent | ec7df3f449d90d7fd7a81b27d7b6264f13596629 (diff) | |
| parent | 4dc1a8a58817ce403cd25a0f4b4ce2b2fa9ddd60 (diff) | |
| download | tcl-eee33c1731828ed1a54f1c439df1f8275d97dcb5.zip tcl-eee33c1731828ed1a54f1c439df1f8275d97dcb5.tar.gz tcl-eee33c1731828ed1a54f1c439df1f8275d97dcb5.tar.bz2 | |
merge trunk
Diffstat (limited to 'unix/tclUnixInit.c')
| -rw-r--r-- | unix/tclUnixInit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclUnixInit.c b/unix/tclUnixInit.c index 91fb986..31177a3 100644 --- a/unix/tclUnixInit.c +++ b/unix/tclUnixInit.c @@ -761,7 +761,7 @@ TclpSetVariables( CFLocaleRef localeRef; - if (CFLocaleCopyCurrent != NULL && CFLocaleGetIdentifier != NULL && + if (&CFLocaleCopyCurrent != NULL && &CFLocaleGetIdentifier != NULL && (localeRef = CFLocaleCopyCurrent())) { CFStringRef locale = CFLocaleGetIdentifier(localeRef); |
