qulogic/pidgin

ACTUALLY use size of destination buffer.
release-2.x.y
2014-03-01, Mark Doliner
f0861dc04cf3
Parents 8f870b9011c9
Children 38653c63a0d2
ACTUALLY use size of destination buffer.

Whoops :-P
--- a/pidgin/win32/untar.c Sat Mar 01 16:58:05 2014 -0800
+++ b/pidgin/win32/untar.c Sat Mar 01 17:00:29 2014 -0800
@@ -401,7 +401,7 @@
else
{
g_strlcpy(name, (tblk)->filename,
- sizeof (tblk)->filename);
+ sizeof (name));
}
/* Convert any backslashes to forward slashes, and guard