ayttm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ayttm-commits] CVS: ayttm/modules/yahoo2 yahoo.c,1.13,1.14


From: Philip S Tellis <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/modules/yahoo2 yahoo.c,1.13,1.14
Date: Wed, 15 Jan 2003 23:54:24 -0500

Update of /cvsroot/ayttm/ayttm/modules/yahoo2
In directory subversions:/tmp/cvs-serv25734/modules/yahoo2

Modified Files:
        yahoo.c 
Log Message:
default path for downloaded files is ~

Index: yahoo.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/modules/yahoo2/yahoo.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- yahoo.c     15 Jan 2003 17:58:35 -0000      1.13
+++ yahoo.c     16 Jan 2003 04:54:22 -0000      1.14
@@ -836,7 +836,7 @@
                        S_IRUSR|S_IWUSR);
 
        if(yftd->file <= 0) {
-               WARNING(("Could not create file: %s", filename));
+               WARNING(("Could not create file: %s, %s", filename, 
strerror(errno)));
                close(fd);
                FREE(yftd->from);
                FREE(yftd->url);
@@ -858,7 +858,7 @@
        if(result) {
                char *filepath = g_new0(char, 1024);
 
-               snprintf(filepath, 1024, "%sfiles/%s", eb_config_dir(), 
+               snprintf(filepath, 1024, "%s", 
                                yftd->fname ? yftd->fname : ( yahoo_urldecode( 
strrchr(yftd->url,'/')+1 ))
                );
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]