Commit f7bde6ab90467ab8c403db28d349236ab167343b
1 parent
62f0043c
Exists in
master
and in
3 other branches
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,7 +312,6 @@ H3270 * lib3270_session_new(const char *model) | ||
312 | 312 | ||
313 | configured = 1; | 313 | configured = 1; |
314 | 314 | ||
315 | - | ||
316 | lib3270_session_init(hSession, model); | 315 | lib3270_session_init(hSession, model); |
317 | 316 | ||
318 | if(screen_init(hSession)) | 317 | if(screen_init(hSession)) |
util.c
@@ -947,7 +947,7 @@ LIB3270_EXPORT char * lib3270_get_resource_string(H3270 *hSession, const char *f | @@ -947,7 +947,7 @@ LIB3270_EXPORT char * lib3270_get_resource_string(H3270 *hSession, const char *f | ||
947 | { | 947 | { |
948 | #ifdef ANDROID | 948 | #ifdef ANDROID |
949 | 949 | ||
950 | - #warning Work in progress | 950 | + #warning No resource on Android |
951 | 951 | ||
952 | #else | 952 | #else |
953 | 953 |