-rw-r--r-- | core/multimedia/opieplayer/libmad/libmadplugin.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/multimedia/opieplayer/libmad/libmadplugin.cpp b/core/multimedia/opieplayer/libmad/libmadplugin.cpp index 319e0ff..eda5859 100644 --- a/core/multimedia/opieplayer/libmad/libmadplugin.cpp +++ b/core/multimedia/opieplayer/libmad/libmadplugin.cpp | |||
@@ -295,3 +295,3 @@ int LibMadPlugin::http_read_line(int tcp_sock, char *buf, int size) { | |||
295 | do { | 295 | do { |
296 | if (std::read(tcp_sock, buf + offset, 1) < 0) | 296 | if (::read(tcp_sock, buf + offset, 1) < 0) |
297 | return -1; | 297 | return -1; |
@@ -387,3 +387,3 @@ int LibMadPlugin::http_open(const QString& path ) { | |||
387 | /* redirect */ | 387 | /* redirect */ |
388 | std::close(tcp_sock); | 388 | ::close(tcp_sock); |
389 | http_request[strlen(http_request) - 1] = '\0'; | 389 | http_request[strlen(http_request) - 1] = '\0'; |