mirror of
				https://github.com/eclipse/upm.git
				synced 2025-10-31 07:04:14 +03:00 
			
		
		
		
	Fix some issues for string based constructors
Signed-off-by: Adelin Dobre <adelin.dobre@rinftech.com>
This commit is contained in:
		 Adelin Dobre
					Adelin Dobre
				
			
				
					committed by
					
						 Stefan Andritoiu
						Stefan Andritoiu
					
				
			
			
				
	
			
			
			 Stefan Andritoiu
						Stefan Andritoiu
					
				
			
						parent
						
							5a42e44c86
						
					
				
				
					commit
					b13cef3ebb
				
			| @@ -109,7 +109,7 @@ AM2315::AM2315(std::string initStr) : mraaIo(initStr) | ||||
|     } | ||||
|  | ||||
|     for (std::string tok : upmTokens) { | ||||
|       if(tok.substr(0,13) == "updateValues:") { | ||||
|       if(tok.substr(0, 13) == "updateValues:") { | ||||
|           update_values(); | ||||
|       } | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user