Update of /cvsroot/gaim/gaim/src
In directory usw-pr-cvs1:/tmp/cvs-serv20933/src
Modified Files:
Tag: gtk1-stable
list.c
Log Message:
Fix by 162923752
Index: list.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/list.c,v
retrieving revision 1.14
retrieving revision 1.14.2.1
diff -u -d -r1.14 -r1.14.2.1
--- list.c 12 Apr 2002 02:15:24 -0000 1.14
+++ list.c 25 Aug 2002 23:25:51 -0000 1.14.2.1
@@ -799,7 +799,7 @@
toc_build_config(g, buf, 8192 - 1, TRUE);
fprintf(f, "%s\n", buf);
fclose(f);
- chmod(buf, S_IRUSR | S_IWUSR);
+ chmod(path, S_IRUSR | S_IWUSR);
} else {
debug_printf("unable to write %s\n", path);
}
|