From b9162a27b6cd0e63280d40993af529877e082f59 Mon Sep 17 00:00:00 2001 From: DarthArgus Date: Sun, 1 Jan 2017 10:36:56 +0000 Subject: [PATCH] keep orig length --- .../3rd/library/platform/projects/Session/CommonAPI/CommonAPI.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/3rd/library/platform/projects/Session/CommonAPI/CommonAPI.h b/external/3rd/library/platform/projects/Session/CommonAPI/CommonAPI.h index fa6e214d..aaa9d668 100755 --- a/external/3rd/library/platform/projects/Session/CommonAPI/CommonAPI.h +++ b/external/3rd/library/platform/projects/Session/CommonAPI/CommonAPI.h @@ -306,7 +306,7 @@ class apiSubscription unsigned mParentalLimitSeconds; }; -static const int apiSessionIdWidth = 45; +static const int apiSessionIdWidth = 17; struct apiSession_v1; class apiSession {