Update of /cvsroot/gaim/gaim/src
In directory usw-pr-cvs1:/tmp/cvs-serv14797/src
Modified Files:
list.c
Log Message:
Thanks 162923752.
Index: list.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/list.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- list.c 12 Apr 2002 02:15:24 -0000 1.14
+++ list.c 16 Aug 2002 20:24:20 -0000 1.15
@@ -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);
}
|