Skip to content

Commit

Permalink
Import version 0.3 of libintl-lite.
Browse files Browse the repository at this point in the history
  • Loading branch information
j-jorge committed Oct 4, 2013
1 parent d28d45d commit bd5b6e7
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2 deletions.
Empty file modified LICENSE 100644 → 100755
Empty file.
Empty file modified internal/MessageCatalog.hpp 100644 → 100755
Empty file.
Empty file modified internal/Util.hpp 100644 → 100755
Empty file.
5 changes: 3 additions & 2 deletions internal/libintl.cpp 100644 → 100755
Expand Up @@ -50,9 +50,10 @@ using namespace libintllite::internal;
static char* currentDefaultDomain = NULL;
static map<char*, MessageCatalog*> loadedMessageCatalogPtrsByDomain;

libintl_lite_bool_t loadMessageCatalog(const char* moFilePath, const char* domain)
libintl_lite_bool_t loadMessageCatalog(const char* domain, const char* moFilePath)
{
try {
try
{
if (sizeof(uint32_t) != 4)
{
return LIBINTL_LITE_BOOL_FALSE;
Expand Down
Empty file modified libintl.h 100644 → 100755
Empty file.

0 comments on commit bd5b6e7

Please sign in to comment.