diff options
author | jenglish <jenglish@flightlab.com> | 2004-08-19 19:39:31 (GMT) |
---|---|---|
committer | jenglish <jenglish@flightlab.com> | 2004-08-19 19:39:31 (GMT) |
commit | d7b4c43972638f6dee2e0137290f82201ce74515 (patch) | |
tree | 3e83f26be78d1e6f7507cb1d92c8dc46fdef9929 /ChangeLog | |
parent | 761e7d71f0ee9ed7468499164161302214a757c5 (diff) | |
download | tk-d7b4c43972638f6dee2e0137290f82201ce74515.zip tk-d7b4c43972638f6dee2e0137290f82201ce74515.tar.gz tk-d7b4c43972638f6dee2e0137290f82201ce74515.tar.bz2 |
Cast argument 7 of XChangeProperty to 'const unsigned char *'
(from 'const char *') to satisfy Solaris 8 Forte C compiler
[Bug #1012325]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2004-08-19 Joe English <jenglish@users.sourceforge.net> + + * unix/tkUnixWm.c: Cast argument 7 of XChangeProperty to + 'const unsigned char *' (from 'const char *') to satisfy + Solaris 8 Forte C compiler [Bug #1012325] + 2004-08-19 Don Porter <dgp@users.sourceforge.net> * tests/safe.test (safe-1.3): Made test less sensitve to the |