diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/deliverable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/deliverable.h b/include/deliverable.h index fda3c94..5b80930 100644 --- a/include/deliverable.h +++ b/include/deliverable.h @@ -40,7 +40,7 @@ struct Delivery { struct System { char *arch; ///< System CPU architecture ident - char platform[DELIVERY_PLATFORM_MAX][DELIVERY_PLATFORM_MAXLEN]; + char **platform; ///< System platform name } system; /*! \struct Storage |