diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 diff --git a/internal/MessageCatalog.hpp b/internal/MessageCatalog.hpp old mode 100644 new mode 100755 diff --git a/internal/Util.hpp b/internal/Util.hpp old mode 100644 new mode 100755 diff --git a/internal/libintl.cpp b/internal/libintl.cpp old mode 100644 new mode 100755 index 29639ce..2b87dfd --- a/internal/libintl.cpp +++ b/internal/libintl.cpp @@ -50,9 +50,10 @@ using namespace libintllite::internal; static char* currentDefaultDomain = NULL; static map 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; diff --git a/libintl.h b/libintl.h old mode 100644 new mode 100755