commit b2b94f363ddbdef319f0e47959e39ef17cc1fde8 parent 2dea9780d0e01f97aafbd470c9b51a7b673a0d89 Author: Heikki Lindholm <holin@iki.fi> Date: Thu, 1 Jan 2009 09:38:48 +0000 fix Diffstat:
| M | src/intlemu/intlemu.c | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/intlemu/intlemu.c b/src/intlemu/intlemu.c @@ -60,6 +60,8 @@ char * intlemu_bgettext (CFBundleRef bundle, const char *msgid) if (msgid == NULL) return NULL; + if (bundle == NULL) + return msgid; key = CFStringCreateWithBytes( kCFAllocatorDefault,