Commit f7bde6ab90467ab8c403db28d349236ab167343b

Authored by perry.werneck@gmail.com
1 parent 62f0043c

Atualizando string de licença para remover warning gerado pelo rpmlint

Showing 2 changed files with 1 additions and 2 deletions   Show diff stats
session.c
... ... @@ -312,7 +312,6 @@ H3270 * lib3270_session_new(const char *model)
312 312  
313 313 configured = 1;
314 314  
315   -
316 315 lib3270_session_init(hSession, model);
317 316  
318 317 if(screen_init(hSession))
... ...
util.c
... ... @@ -947,7 +947,7 @@ LIB3270_EXPORT char * lib3270_get_resource_string(H3270 *hSession, const char *f
947 947 {
948 948 #ifdef ANDROID
949 949  
950   - #warning Work in progress
  950 + #warning No resource on Android
951 951  
952 952 #else
953 953  
... ...