Mercurial > emacs
changeset 112441:2097405cdc11
Merge: Check return values of some library calls.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Sat, 22 Jan 2011 23:32:08 -0800 |
parents | 5610f272341f (diff) b5017c649dfb (current diff) |
children | 76fa839f455e |
files | src/ChangeLog |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Sat Jan 22 23:30:19 2011 -0800 +++ b/src/ChangeLog Sat Jan 22 23:32:08 2011 -0800 @@ -5,7 +5,7 @@ * frame.c: Include <limits.h>, for INT_MIN and INT_MAX. (frame_name_fnn_p): Check strtol result. - * image.c (x_create_bitmap_from_xpm_data): Add cast to fix type clash + * image.c (x_create_bitmap_from_xpm_data): Add cast to fix type clash when calling XpmCreatePixmapFromData. Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.