]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Don't pass NULL to strcmp. Instead, if the user passes a font of NULL,
authorBen Harris <bjh21@bjh21.me.uk>
Sat, 25 Jan 2003 19:21:56 +0000 (19:21 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Sat, 25 Jan 2003 19:21:56 +0000 (19:21 +0000)
commit58c9d21f589ba78f9baa5ead6bc17ff0f89a597c
treeb75bb201bf78366b6decf8dde7df58071069b85b
parent787fcd3eb76a381f9eca4c96f106c9e9670b3ad7
Don't pass NULL to strcmp.  Instead, if the user passes a font of NULL,
only match table entries where the font is NULL.

[originally from svn r2725]
charset/macenc.c