diff options
| author | Alan Westbrook <[email protected]> | 2014-04-05 00:09:56 -0700 |
|---|---|---|
| committer | Alan Westbrook <[email protected]> | 2014-04-05 00:17:09 -0700 |
| commit | 30053cfaa3a8ce403438b26638d1d9aacfe3e7ae (patch) | |
| tree | 8832547e83917de811cc0d378a68205efa0b30b3 /src/rpcprotocol.cpp | |
| parent | Merge pull request #417 from leofidus/1.7-uritests (diff) | |
| download | discoin-30053cfaa3a8ce403438b26638d1d9aacfe3e7ae.tar.xz discoin-30053cfaa3a8ce403438b26638d1d9aacfe3e7ae.zip | |
Lets get at least dogecoind building
This is an Xcode project and a script to wrangle boost to work on the
mac.
Diffstat (limited to 'src/rpcprotocol.cpp')
| -rw-r--r-- | src/rpcprotocol.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpcprotocol.cpp b/src/rpcprotocol.cpp index 87803a4ca..e91f5602f 100644 --- a/src/rpcprotocol.cpp +++ b/src/rpcprotocol.cpp @@ -93,7 +93,7 @@ string HTTPReply(int nStatus, const string& strMsg, bool keepalive) "HTTP/1.1 %d %s\r\n" "Date: %s\r\n" "Connection: %s\r\n" - "Content-Length: %"PRIszu"\r\n" + "Content-Length: %" PRIszu"\r\n" "Content-Type: application/json\r\n" "Server: dogecoin-json-rpc/%s\r\n" "\r\n" |