From 5ed307efed23c62518b24a46356b7d4d2267ff36 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Fri, 16 Dec 2005 03:33:52 +0000 Subject: [PATCH] Document that the lines array is NULL terminated. SVN revision: 19062 --- legacy/ecore/src/lib/ecore/Ecore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/ecore/src/lib/ecore/Ecore.h b/legacy/ecore/src/lib/ecore/Ecore.h index 3e7f61d92e..78cd945356 100644 --- a/legacy/ecore/src/lib/ecore/Ecore.h +++ b/legacy/ecore/src/lib/ecore/Ecore.h @@ -180,7 +180,7 @@ extern "C" { Ecore_Exe *exe; /**< The handle to the process */ void *data; /**< the raw binary data from the child process that was recieved */ int size; /**< the size of this data in bytes */ - Ecore_Event_Exe_Data_Line *lines; /**< an array of line data if line buffered */ + Ecore_Event_Exe_Data_Line *lines; /**< a NULL terminated array of line data if line buffered */ }; #endif