]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Rationalise null pointer checks in both decode_codepage functions, so
authorSimon Tatham <anakin@pobox.com>
Mon, 22 Jul 2013 07:12:05 +0000 (07:12 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 22 Jul 2013 07:12:05 +0000 (07:12 +0000)
commit61e555ec797b60041a39d3ce28a68ac1975252ef
treeeac5f3feced7c69d576c59a05f4414c24dcd633e
parentf9f93584c29d9e327985d3c695b87f9b981de7be
Rationalise null pointer checks in both decode_codepage functions, so
that decode_codepage(NULL) and decode_codepage("") both return the
default character set.

[originally from svn r9961]
unix/uxucs.c
windows/winucs.c