From fbc419c45b6ca86c0bd5a0a941dda31f542fd85b Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Wed, 10 Dec 2008 10:21:36 +0000 Subject: [PATCH] Fixed problem with EPS previews in list display SVN revision: 2154 --- src/elogd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/elogd.c b/src/elogd.c index a0b868b3..3ecc2e20 100755 --- a/src/elogd.c +++ b/src/elogd.c @@ -17284,7 +17284,7 @@ void display_line(LOGBOOK * lbs, int message_id, int number, char *mode, int exp } else { rsprintf("\n", index + 1, ref); strlcpy(str, ref, sizeof(str)); - if (chkext(str, ".pdf") || chkext(str, ".ps") | chkext(str, ".eps")) + if (chkext(str, ".pdf") || chkext(str, ".ps")) if (strrchr(str, '.')) *strrchr(str, '.') = 0; strlcat(str, ".png", sizeof(str));