Subversion Repositories Kolibri OS

Rev

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

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