Subversion Repositories Kolibri OS

Rev

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

Rev 8013 Rev 8291
Line 115... Line 115...
115
					* progress.w / http.content_length);
115
					* progress.w / http.content_length);
116
			}
116
			}
117
			if (!http.receive_result) {
117
			if (!http.receive_result) {
118
				CreateFile(http.content_received, 
118
				CreateFile(http.content_received, 
119
					http.content_pointer, "/tmp0/1/latest.img");
119
					http.content_pointer, "/tmp0/1/latest.img");
120
				http.free();
120
				http.hfree();
121
				EventDownloadComplete();
121
				EventDownloadComplete();
122
			}
122
			}
123
	}
123
	}
124
}
124
}