Commit df5a7683094ea77887c04cd7f6d7d12026d59fe7

Authored by Perry Werneck
2 parents f3f0345b 2b08fedd
Exists in master and in 2 other branches develop, macos

Merge branch 'develop'

Showing 2 changed files with 2 additions and 1 deletions   Show diff stats
README.md
... ... @@ -5,6 +5,7 @@ Created originally as part of PW3270 application.
5 5  
6 6 See more details at https://softwarepublico.gov.br/social/pw3270/
7 7  
  8 +[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
8 9 ![CodeQL](https://github.com/PerryWerneck/lib3270/workflows/CodeQL/badge.svg)
9 10  
10 11  
... ...
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.
... ...