diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2005-08-29 20:11:48 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2005-08-29 20:11:48 +0000 |
| commit | d952d9b9d6dba689f770918af4d66c58fb95c32e (patch) | |
| tree | ec931d54ad8bdc143298cb3e07b2bd283b3a2ff6 /CHANGES | |
| parent | ef2f6bd456cab8767b9aed55730412f37e35029f (diff) | |
Fixed signedness of argument to sscanf
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4547 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,10 +1,11 @@ CHANGES IN FLTK 1.1.7 - - Fixed cross-compiling (host: *-linux-* , target: *-mingw32) - problem. Patch provided by Amir Shalem <amir@boom.org.il> in (STR #995) . - Documentation fixes (STR #571, STR #648, STR #692, STR #730, STR #744, STR #745, STR #931, STR #942, STR #960, STR #969) + - Fixed signednes of scanf argument (STR #996) + - Fixed cross-compiling (host: *-linux-* , target: *-mingw32) + problem. Patch provided by Amir Shalem <amir@boom.org.il> in (STR #995) . - FLUID now knows if a static callback is already declared in a class and won't declare it 'extern' (STR #776) - Some actions in FLUID would not set the |
