comparison src/ChangeLog @ 112295:2108d829c749

* 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.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 16 Jan 2011 23:45:28 -0800
parents e72732ba15db
children 28ca83ef1128
comparison
equal deleted inserted replaced
112294:e72732ba15db 112295:2108d829c749
1 2011-01-17 Paul Eggert <eggert@cs.ucla.edu> 1 2011-01-17 Paul Eggert <eggert@cs.ucla.edu>
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.
2 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.
6 The extra semicolon didn't conform to the C standard. 10 The extra semicolon didn't conform to the C standard.