Commit df5a7683094ea77887c04cd7f6d7d12026d59fe7
Exists in
master
and in
2 other branches
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,6 +5,7 @@ Created originally as part of PW3270 application. | ||
5 | 5 | ||
6 | See more details at https://softwarepublico.gov.br/social/pw3270/ | 6 | See more details at https://softwarepublico.gov.br/social/pw3270/ |
7 | 7 | ||
8 | +[](https://www.gnu.org/licenses/gpl-3.0) | ||
8 |  | 9 |  |
9 | 10 | ||
10 | 11 |
src/include/internals.h
@@ -640,7 +640,7 @@ struct _h3270 | @@ -640,7 +640,7 @@ struct _h3270 | ||
640 | struct | 640 | struct |
641 | { | 641 | { |
642 | struct lib3270_linked_list_head list; | 642 | struct lib3270_linked_list_head list; |
643 | - int changed : 1; | 643 | + unsigned int changed : 1; |
644 | } input; | 644 | } input; |
645 | 645 | ||
646 | // Trace methods. | 646 | // Trace methods. |