X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=protocol%2Famcp%2FAMCPCommandsImpl.cpp;h=5eedd32f13a8d1fcb72b9c5666903bd4badf9a99;hb=3cfeb882a742d67080e60b2686421b4d862e9e9c;hp=b9f6d5e0c130de02f3d36df4e38bc8eb14482a50;hpb=7c931281ee7e32ead77e77bda55eecc84699816e;p=casparcg diff --git a/protocol/amcp/AMCPCommandsImpl.cpp b/protocol/amcp/AMCPCommandsImpl.cpp index b9f6d5e0c..5eedd32f1 100644 --- a/protocol/amcp/AMCPCommandsImpl.cpp +++ b/protocol/amcp/AMCPCommandsImpl.cpp @@ -1130,7 +1130,7 @@ bool DataCommand::DoExecuteStore() return false; } - datafile << _parameters[2]; + datafile << _parameters2[2]; datafile.close(); std::wstring replyString = TEXT("202 DATA STORE OK\r\n");