diff options
Diffstat (limited to 'NorthstarDLL/util/version.h')
-rw-r--r-- | NorthstarDLL/util/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDLL/util/version.h b/NorthstarDLL/util/version.h index 261a4cf1..a3dcf8c7 100644 --- a/NorthstarDLL/util/version.h +++ b/NorthstarDLL/util/version.h @@ -1,6 +1,6 @@ #pragma once extern char version[16]; -extern char NSUserAgent[32]; +extern char NSUserAgent[256]; void InitialiseVersion(); |