diff src/collect-io.c @ 838:9bd49e725ad3

use FileData in thumb_loader
author nadvornik
date Sun, 15 Jun 2008 20:09:15 +0000
parents e5172386f229
children 0c3f6ef17d18
line wrap: on
line diff
--- a/src/collect-io.c	Sat Jun 14 21:49:48 2008 +0000
+++ b/src/collect-io.c	Sun Jun 15 20:09:15 2008 +0000
@@ -289,7 +289,7 @@
 				   cd);
 
 	/* start it */
-	if (!thumb_loader_start(cd->thumb_loader, ci->fd->path))
+	if (!thumb_loader_start(cd->thumb_loader, ci->fd))
 		{
 		/* error, handle it, do next */
 		DEBUG_1("error loading thumb for %s", ci->fd->path);