aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-01-16 23:45:28 -0800
committerPaul Eggert2011-01-16 23:45:28 -0800
commit717c30e0027175fc8bb849728e5c9b4c3e9b2adf (patch)
tree9683aa3e62420d03025ad36e02eb0d49de37acce /src/ChangeLog
parent8865d794dcf18371e6a0727588ee92ac76e04856 (diff)
downloademacs-717c30e0027175fc8bb849728e5c9b4c3e9b2adf.tar.gz
emacs-717c30e0027175fc8bb849728e5c9b4c3e9b2adf.zip
* xfns.c (x_real_positions): Fix signedness of local var 'ign'.
XGetGeometry wants unsigned int *, not int *, for its last 4 args, so change the type of 'ign' to unsigned int from int.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 41f6f72c662..ae0ae7fbeb6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12011-01-17 Paul Eggert <eggert@cs.ucla.edu> 12011-01-17 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * xfns.c (x_real_positions): Fix signedness of local var 'ign'.
4 XGetGeometry wants unsigned int *, not int *, for its last 4 args,
5 so change the type of 'ign' to unsigned int from int.
6
3 * regex.c (analyse_first): Remove unreachable 'continue' statement. 7 * regex.c (analyse_first): Remove unreachable 'continue' statement.
4 8
5 * xterm.h (struct x_display_info): Remove stray semicolon. 9 * xterm.h (struct x_display_info): Remove stray semicolon.