]> git.sesse.net Git - casparcg/blobdiff - protocol/amcp/AMCPCommandsImpl.cpp
2.0.2: ogl_device life-time fixed.
[casparcg] / protocol / amcp / AMCPCommandsImpl.cpp
index 3a7e2a305693f7e21ddfce9d4c0dbbfec79cedd9..53a3a3d1c8a1a00b2adf23e030592b0a4c9d2d7a 100644 (file)
@@ -201,7 +201,7 @@ bool DiagnosticsCommand::DoExecute()
 {      \r
        try\r
        {\r
-               diagnostics::show_graphs(boost::lexical_cast<bool>(_parameters.at(0)));\r
+               diagnostics::show_graphs(true);\r
 \r
                SetReplyString(TEXT("202 DIAG OK\r\n"));\r
 \r