diff --git a/session.c b/session.c index 0a8fa84..55426ce 100644 --- a/session.c +++ b/session.c @@ -312,7 +312,6 @@ H3270 * lib3270_session_new(const char *model) configured = 1; - lib3270_session_init(hSession, model); if(screen_init(hSession)) diff --git a/util.c b/util.c index 8b26245..1b8ab41 100644 --- a/util.c +++ b/util.c @@ -947,7 +947,7 @@ LIB3270_EXPORT char * lib3270_get_resource_string(H3270 *hSession, const char *f { #ifdef ANDROID - #warning Work in progress + #warning No resource on Android #else -- libgit2 0.21.2