From 918b7c8f13d7d5fd2a34c97d1a59ff00ad7eef39 Mon Sep 17 00:00:00 2001 From: davidpanderson Date: Fri, 15 May 2020 15:02:13 -0700 Subject: [PATCH] Win compile fixes --- client/boinc_log.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/boinc_log.cpp b/client/boinc_log.cpp index 4c11bd11e4..31e8eba089 100644 --- a/client/boinc_log.cpp +++ b/client/boinc_log.cpp @@ -15,10 +15,9 @@ // You should have received a copy of the GNU Lesser General Public License // along with BOINC. If not, see . -// boinclog: command-line interface to a BOINC client, -// using GUI RPCs. +// boinc_log: show stream of event-log messages from a client // -// usage: boinccmd [--host hostname] [--passwd passwd] command +// usage: boinc_log [--host hostname] [--passwd passwd] #if defined(_WIN32) && !defined(__STDWX_H__) && !defined(_BOINC_WIN_) && !defined(_AFX_STDAFX_H_) #include "boinc_win.h" @@ -176,7 +175,8 @@ int main(int argc, char** argv) { #endif } - read_gui_rpc_password(passwd_buf); + std::string msg; + read_gui_rpc_password(passwd_buf, msg); retval = rpc.init(hostname, port); if (retval) {