13 lines
594 B
Plaintext
13 lines
594 B
Plaintext
$OpenBSD: patch-ROX-Filer_src_pixmaps_c,v 1.1 2003/01/12 16:27:18 couderc Exp $
|
|
--- ROX-Filer/src/pixmaps.c.orig Wed Jan 1 16:21:13 2003
|
|
+++ ROX-Filer/src/pixmaps.c Sun Jan 12 15:56:55 2003
|
|
@@ -379,7 +379,7 @@ static void save_thumbnail(const char *p
|
|
swidth = g_strdup_printf("%d", original_width);
|
|
sheight = g_strdup_printf("%d", original_height);
|
|
ssize = g_strdup_printf("%" SIZE_FMT, info.st_size);
|
|
- smtime = g_strdup_printf("%ld", info.st_mtime);
|
|
+ smtime = g_strdup_printf("%ld", (long int) info.st_mtime);
|
|
|
|
path = pathdup(pathname);
|
|
uri = g_strconcat("file://", path, NULL);
|