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; };