telegrafista
This commit is contained in:
		
							parent
							
								
									6f2d67a8e1
								
							
						
					
					
						commit
						f93486a71a
					
				@ -67,6 +67,7 @@ void search(struct morsetree* root, char* decode){
 | 
			
		||||
       }*/
 | 
			
		||||
       if(decode[i] == ' ' || decode[i] == '\n' || decode[i] == '\0'){        
 | 
			
		||||
           if(i == strlen(decode)){
 | 
			
		||||
               printf("\n");
 | 
			
		||||
               return;
 | 
			
		||||
           }
 | 
			
		||||
           printf("%c", this->letter);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user