mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-03 03:05:18 +02:00
symbian: Remove!
This commit is contained in:
@@ -61,12 +61,7 @@ void HTTPFileLoader::Prepare() {
|
||||
size_pos = header.find_first_not_of(' ', size_pos);
|
||||
}
|
||||
if (size_pos != header.npos) {
|
||||
// TODO: Find a way to get this to work right on Symbian?
|
||||
#ifndef __SYMBIAN32__
|
||||
filesize_ = atoll(&header[size_pos]);
|
||||
#else
|
||||
filesize_ = atoi(&header[size_pos]);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
if (startsWithNoCase(header, "Accept-Ranges:")) {
|
||||
|
||||
Reference in New Issue
Block a user