changeset 10088:65967ba9e66d

[gaim-migrate @ 11101] same here committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Tue, 12 Oct 2004 15:40:15 +0000
parents 9fdbfe832fac
children 1babd51401c5
files src/protocols/msn/slplink.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/msn/slplink.c	Tue Oct 12 00:49:19 2004 +0000
+++ b/src/protocols/msn/slplink.c	Tue Oct 12 15:40:15 2004 +0000
@@ -583,7 +583,7 @@
 	glong uni_len = 0;
 	gsize len;
 
-	if (stat(file_name, &st) == 0)
+	if (stat(file_path, &st) == 0)
 		size = st.st_size;
 
 	if(!file_name) {