This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name": "gse 355 extended", | |
"author": "hildred" | |
}, | |
[ | |
{ | |
"c": "#727474", | |
"t": "#ffffff", | |
"a": 5, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/common/network/Socket.h b/common/network/Socket.h | |
index 378a900..11a4318 100644 | |
--- a/common/network/Socket.h | |
+++ b/common/network/Socket.h | |
@@ -43,7 +43,7 @@ namespace network { | |
} | |
rdr::FdInStream &inStream() {return *instream;} | |
rdr::FdOutStream &outStream() {return *outstream;} | |
- int getFd() {return outstream->getFd();} | |
+ int getFd() {return instream->getFd();} |