Increase size of ContentInfo::name field

This commit is contained in:
Jonathan G Rennison
2020-08-31 19:02:33 +01:00
parent 7c5f09f6b6
commit dea2be5d3f

View File

@@ -66,7 +66,7 @@ struct ContentInfo {
ContentID id; ///< Unique (server side) ID for the content ContentID id; ///< Unique (server side) ID for the content
uint32 filesize; ///< Size of the file uint32 filesize; ///< Size of the file
char filename[48]; ///< Filename (for the .tar.gz; only valid on download) char filename[48]; ///< Filename (for the .tar.gz; only valid on download)
char name[32]; ///< Name of the content char name[64]; ///< Name of the content
char version[16]; ///< Version of the content char version[16]; ///< Version of the content
char url[96]; ///< URL related to the content char url[96]; ///< URL related to the content
char description[512]; ///< Description of the content char description[512]; ///< Description of the content