Typo
This commit is contained in:
		
							parent
							
								
									6ddfe9a999
								
							
						
					
					
						commit
						d8b4cfad82
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -39,7 +39,7 @@ std::pair<string, string> decodeContext(const string & s)
 | 
			
		|||
        size_t index = s.find("!", 1);
 | 
			
		||||
        return std::pair<string, string>(string(s, index + 1), string(s, 1, index - 1));
 | 
			
		||||
    } else
 | 
			
		||||
        return std::pair<string, string>(s.at(0) == '/' ? s: string(s, 1), "");
 | 
			
		||||
        return std::pair<string, string>(s.at(0) == '/' ? s : string(s, 1), "");
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue