mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 14:40:05 +00:00 
			
		
		
		
	TDWR/SPG product support
This commit is contained in:
		
							parent
							
								
									97ab1de94c
								
							
						
					
					
						commit
						9117b32a29
					
				
					 3 changed files with 8 additions and 3 deletions
				
			
		|  | @ -144,7 +144,7 @@ bool Level3MessageHeader::Parse(std::istream& is) | |||
|             << logPrefix_ << "Invalid length: " << p->lengthOfMessage_; | ||||
|          headerValid = false; | ||||
|       } | ||||
|       if (p->sourceId_ > 999u) | ||||
|       if ((p->sourceId_ > 999u && p->sourceId_ < 3000) || p->sourceId_ > 3045) | ||||
|       { | ||||
|          BOOST_LOG_TRIVIAL(warning) | ||||
|             << logPrefix_ << "Invalid source ID: " << p->sourceId_; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat