13 lines
439 B
Plaintext
13 lines
439 B
Plaintext
$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
|
|
execl(thumb_prog, thumb_prog, path,
|
|
thumbnail_path(path),
|
|
g_strdup_printf("%d", PIXMAP_THUMB_SIZE),
|
|
- NULL);
|
|
+ (void *)NULL);
|
|
_exit(1);
|
|
}
|
|
|