diff src/cache_maint.c @ 1307:e8f21b91885d

Glibification again.
author zas_
date Sat, 21 Feb 2009 20:43:35 +0000
parents 8b89e3ff286b
children 79937bc55f3a
line wrap: on
line diff
--- a/src/cache_maint.c	Sat Feb 21 18:28:53 2009 +0000
+++ b/src/cache_maint.c	Sat Feb 21 20:43:35 2009 +0000
@@ -182,7 +182,7 @@
 			while (work)
 				{
 				FileData *fd_list = work->data;
-				gchar *path_buf = strdup(fd_list->path);
+				gchar *path_buf = g_strdup(fd_list->path);
 				gchar *dot;
 
 				dot = extension_find_dot(path_buf);