openbsd-ports/x11/rox-filer/patches/patch-ROX-Filer_src_pixmaps_c

13 lines
439 B
Plaintext
Raw Normal View History

2005-01-31 14:01:47 -05:00
$OpenBSD: patch-ROX-Filer_src_pixmaps_c,v 1.5 2005/01/31 19:01:47 couderc Exp $
--- ROX-Filer/src/pixmaps.c.orig Sun Jan 16 17:48:02 2005
+++ ROX-Filer/src/pixmaps.c Mon Jan 31 18:23:41 2005
@@ -385,7 +385,7 @@ void pixmap_background_thumb(const gchar
2004-01-16 07:17:47 -05:00
execl(thumb_prog, thumb_prog, path,
2004-02-12 15:36:55 -05:00
thumbnail_path(path),
g_strdup_printf("%d", PIXMAP_THUMB_SIZE),
- NULL);
+ (void *)NULL);
2004-01-16 07:17:47 -05:00
_exit(1);
}