[Scummvm-git-logs] scummvm master -> aac2f7518d378b6a756235c80eb950ab2502232f

digitall dgturner at iee.org
Mon Jan 16 14:00:46 CET 2017


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
aac2f7518d CLOUD: Fix Compilation Failure.


Commit: aac2f7518d378b6a756235c80eb950ab2502232f
    https://github.com/scummvm/scummvm/commit/aac2f7518d378b6a756235c80eb950ab2502232f
Author: D G Turner (digitall at scummvm.org)
Date: 2017-01-16T13:07:20Z

Commit Message:
CLOUD: Fix Compilation Failure.

Cut and Paste Typo.

Changed paths:
    backends/networking/sdl_net/reader.cpp


diff --git a/backends/networking/sdl_net/reader.cpp b/backends/networking/sdl_net/reader.cpp
index 495cf9a..113d928 100644
--- a/backends/networking/sdl_net/reader.cpp
+++ b/backends/networking/sdl_net/reader.cpp
@@ -216,7 +216,7 @@ void Reader::parseFirstLine(const Common::String &headersToParse) {
 	if (bad) _isBadRequest = true;
 }
 
-void Reader::parsePathQueryAndAnchor(Common::String parseToParse) {
+void Reader::parsePathQueryAndAnchor(Common::String pathToParse) {
 	//<path>[?query][#anchor]
 	bool readingPath = true;
 	bool readingQuery = false;





More information about the Scummvm-git-logs mailing list