diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/image.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.c b/src/image.c index fcfddd7f5dc..7a258df5a3b 100644 --- a/src/image.c +++ b/src/image.c | |||
| @@ -2377,7 +2377,7 @@ x_find_image_file (file) | |||
| 2377 | Vx_bitmap_file_path); | 2377 | Vx_bitmap_file_path); |
| 2378 | GCPRO2 (file_found, search_path); | 2378 | GCPRO2 (file_found, search_path); |
| 2379 | 2379 | ||
| 2380 | /* Try to find FILE in data-directory, then x-bitmap-file-path. */ | 2380 | /* Try to find FILE in data-directory/images, then x-bitmap-file-path. */ |
| 2381 | fd = openp (search_path, file, Qnil, &file_found, Qnil); | 2381 | fd = openp (search_path, file, Qnil, &file_found, Qnil); |
| 2382 | 2382 | ||
| 2383 | if (fd == -1) | 2383 | if (fd == -1) |