Mercurial > emacs
diff src/image.c @ 81065:3e17a25ddd1f
(uncache_image): Fix typo.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 25 May 2007 02:02:25 +0000 |
parents | e2ef7cb33308 |
children | 0c6ff12ab2fb 4c726a40604c d1039e83b4a7 |
line wrap: on
line diff
--- a/src/image.c Fri May 25 02:02:18 2007 +0000 +++ b/src/image.c Fri May 25 02:02:25 2007 +0000 @@ -1639,7 +1639,7 @@ Lisp_Object spec; { struct image_cache *c = FRAME_X_IMAGE_CACHE (f); - struct image *img = IMAGE_FROM_ID (f, lookup_image (f, spec)); + struct image *img; unsigned hash = sxhash (spec, 0); int i = hash % IMAGE_CACHE_BUCKETS_SIZE;