Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Duet/NetworkTransaction.cpp')
-rw-r--r--src/Duet/NetworkTransaction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Duet/NetworkTransaction.cpp b/src/Duet/NetworkTransaction.cpp
index 2e64c139..b16e44b9 100644
--- a/src/Duet/NetworkTransaction.cpp
+++ b/src/Duet/NetworkTransaction.cpp
@@ -228,7 +228,7 @@ void NetworkTransaction::Write(OutputStack *stack)
{
if (CanWrite())
{
- sendStack->Append(stack);
+ sendStack->Append(*stack);
}
else
{