mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 11:00:06 +00:00 
			
		
		
		
	Initial loading of level 3 file through bzip2 decompression
This commit is contained in:
		
							parent
							
								
									f66a0b46e6
								
							
						
					
					
						commit
						c6ce9c99e4
					
				
					 4 changed files with 181 additions and 4 deletions
				
			
		|  | @ -150,11 +150,11 @@ bool WmoHeader::Parse(std::istream& is) | |||
|       // Remove delimiters from the end of the line
 | ||||
|       if (!sequenceLine.empty()) | ||||
|       { | ||||
|          sequenceLine.erase(sequenceLine.end() - 3); | ||||
|          sequenceLine.erase(sequenceLine.length() - 3); | ||||
|       } | ||||
| 
 | ||||
|       wmoLine.erase(wmoLine.end() - 2); | ||||
|       awipsLine.erase(awipsLine.end() - 2); | ||||
|       wmoLine.erase(wmoLine.length() - 2); | ||||
|       awipsLine.erase(awipsLine.length() - 2); | ||||
|    } | ||||
| 
 | ||||
|    // Transmission Header:
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat