From 7f8a7da6dafc6a55a7444d8fb23542013c756c95 Mon Sep 17 00:00:00 2001 From: David Sisson Date: Fri, 9 Feb 2024 15:44:35 -0800 Subject: [PATCH] Update export/planloader/planloader.h Co-authored-by: Weston Pace --- export/planloader/planloader.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/export/planloader/planloader.h b/export/planloader/planloader.h index 410328c3..8c3d4beb 100644 --- a/export/planloader/planloader.h +++ b/export/planloader/planloader.h @@ -9,7 +9,8 @@ using SerializedPlan = struct { char *buffer; // If buffer is set, this is the size of the buffer. int32_t size; - // If null the buffer is valid, otherwise this points to an error message. + // If null the buffer is valid, otherwise this points to a null terminated + // error string. char *errorMessage; };