Commit 5060d5e6909e8ba7b8e34c8f13e90df8d27f1226

Authored by Perry Werneck
1 parent 339372a7
Exists in master and in 2 other branches develop, macos

Fixing lgtm.com warning.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/include/internals.h
... ... @@ -640,7 +640,7 @@ struct _h3270
640 640 struct
641 641 {
642 642 struct lib3270_linked_list_head list;
643   - int changed : 1;
  643 + unsigned int changed : 1;
644 644 } input;
645 645  
646 646 // Trace methods.
... ...