Subversion Repositories Kolibri OS

Rev

Rev 6978 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6978 Rev 7227
Line 97... Line 97...
97
                }
97
                }
98
                strcat(#filepath,  #aux+strrchr(#aux, '/'));
98
                strcat(#filepath,  #aux+strrchr(#aux, '/'));
Line 99... Line 99...
99
				
99
				
Line 100... Line 100...
100
				for (i=0; i
100
				for (i=0; i
101
 
101
 
102
                if (WriteFile(downloader.data_downloaded_size, downloader.bufpointer, #filepath)==0)
102
                if (CreateFile(downloader.data_downloaded_size, downloader.bufpointer, #filepath)==0)
103
                    sprintf(#notify_message, "%s%s%s",FILE_SAVED_AS,#filepath,"' -Dt");
103
                    sprintf(#notify_message, "%s%s%s",FILE_SAVED_AS,#filepath,"' -Dt");
Line 104... Line 104...
104
                else
104
                else