Commit 25fffb07ad4cc8796e38d790dfba1fa56b8b3ad6
Exists in
master
and in
3 other branches
Merge branch 'master' of http://softwarepublico.gov.br/gitlab/pw3270/lib3270
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
src/lib3270/session.c
@@ -342,7 +342,6 @@ static void lib3270_session_init(H3270 *hSession, const char *model, const char | @@ -342,7 +342,6 @@ static void lib3270_session_init(H3270 *hSession, const char *model, const char | ||
342 | #ifdef UNLOCK_MS | 342 | #ifdef UNLOCK_MS |
343 | hSession->unlock_delay_ms = UNLOCK_MS; | 343 | hSession->unlock_delay_ms = UNLOCK_MS; |
344 | #else | 344 | #else |
345 | - #error aqui | ||
346 | hSession->unlock_delay_ms = 350; | 345 | hSession->unlock_delay_ms = 350; |
347 | #endif // UNLOCK_MS | 346 | #endif // UNLOCK_MS |
348 | 347 |