openbsd-ports/x11/rox-filer/patches/patch-ROX-Filer_src_pixmaps_c
steven 61a1f85618 update to 2.4.1.
done with bernd and ckuethe.
2006-07-07 16:43:10 +00:00

13 lines
438 B
Plaintext

$OpenBSD: patch-ROX-Filer_src_pixmaps_c,v 1.6 2006/07/07 16:43:10 steven Exp $
--- ROX-Filer/src/pixmaps.c.orig Thu Dec 29 11:14:34 2005
+++ ROX-Filer/src/pixmaps.c Fri Jun 30 10:47:12 2006
@@ -383,7 +383,7 @@ void pixmap_background_thumb(const gchar
execl(thumb_prog, thumb_prog, path,
thumbnail_path(path),
g_strdup_printf("%d", PIXMAP_THUMB_SIZE),
- NULL);
+ (void *)NULL);
_exit(1);
}