Mercurial > pidgin.yaz
changeset 266:3b5b469d07f7
[gaim-migrate @ 276]
I'm so f*cking stupid
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Thu, 25 May 2000 08:26:05 +0000 |
parents | 59f1748b09a6 |
children | 5c19f91e7ce4 |
files | src/dialogs.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dialogs.c Thu May 25 08:09:03 2000 +0000 +++ b/src/dialogs.c Thu May 25 08:26:05 2000 +0000 @@ -2083,7 +2083,7 @@ file = getenv( "HOME" ); if ( file != (char *) NULL ) { FILE *dir; - sprintf(buf, "%s/.gaim/"); + sprintf(buf, "%s/.gaim/", file); dir = fopen(buf, "r"); if (!dir) mkdir(buf, S_IRUSR | S_IWUSR | S_IXUSR);