From 5c1fd1ec911b0c28fc722bf34238ed5df05f6eb7 Mon Sep 17 00:00:00 2001 From: lotodore Date: Sat, 9 Oct 2010 12:27:41 +0000 Subject: [PATCH] Generated protocol code. --- src/third_party/asn1/HandStartMessage.c | 2 +- src/third_party/asn1/NetGameInfo.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/third_party/asn1/HandStartMessage.c b/src/third_party/asn1/HandStartMessage.c index 4a7cc1d3..1a8ce8fb 100644 --- a/src/third_party/asn1/HandStartMessage.c +++ b/src/third_party/asn1/HandStartMessage.c @@ -23,7 +23,7 @@ memb_smallBlind_constraint_1(asn_TYPE_descriptor_t *td, const void *sptr, value = *(const long *)sptr; - if((value >= 1 && value <= 20001)) { + if((value >= 1 && value <= 10000000)) { /* Constraint check succeeded */ return 0; } else { diff --git a/src/third_party/asn1/NetGameInfo.c b/src/third_party/asn1/NetGameInfo.c index 7b2abe33..649cdb33 100644 --- a/src/third_party/asn1/NetGameInfo.c +++ b/src/third_party/asn1/NetGameInfo.c @@ -219,7 +219,7 @@ memb_NativeInteger_constraint_23(asn_TYPE_descriptor_t *td, const void *sptr, value = *(const long *)sptr; - if((value >= 1 && value <= 20001)) { + if((value >= 1 && value <= 1000000)) { /* Constraint check succeeded */ return 0; } else { @@ -401,7 +401,7 @@ memb_endRaiseSmallBlindValue_constraint_1(asn_TYPE_descriptor_t *td, const void value = *(const long *)sptr; - if((value >= 0 && value <= 20000)) { + if((value >= 0 && value <= 1000000)) { /* Constraint check succeeded */ return 0; } else {