summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-01-20 09:52:11 +0000
committerrubidium <rubidium@openttd.org>2009-01-20 09:52:11 +0000
commit99b1f1a8f4ff51e37dda89a1f334c01d6059a28c (patch)
tree6cb8d5a6b701f633b9e8298fbad9d86ef6ebcb00 /src
parent24351416f693078069b2048d91a287a5736f737a (diff)
downloadopenttd-99b1f1a8f4ff51e37dda89a1f334c01d6059a28c.tar.xz
(svn r15161) -Change: bump url to 96 bytes
Diffstat (limited to 'src')
-rw-r--r--src/network/core/tcp_content.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/core/tcp_content.h b/src/network/core/tcp_content.h
index 5b7c2b850..60f68d933 100644
--- a/src/network/core/tcp_content.h
+++ b/src/network/core/tcp_content.h
@@ -62,7 +62,7 @@ struct ContentInfo {
char filename[48]; ///< Filename (for the .tar.gz; only valid on download)
char name[32]; ///< Name of the content
char version[16]; ///< Version of the content
- char url[64]; ///< URL related to the content
+ char url[96]; ///< URL related to the content
char description[512]; ///< Description of the content
uint32 unique_id; ///< Unique ID; either GRF ID or shortname
byte md5sum[16]; ///< The MD5 checksum