Fixes semicolon escape
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				KnarCraft/FFmpegConvert/pipeline/head This commit looks good
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	KnarCraft/FFmpegConvert/pipeline/head This commit looks good
				
			This commit is contained in:
		@@ -442,7 +442,7 @@ public abstract class Converter {
 | 
			
		||||
    static String escapeSpecialCharactersInFileName(String fileName) {
 | 
			
		||||
        return fileName.replace("'", "\\\\\\'")
 | 
			
		||||
                .replace(",", "\\\\\\,")
 | 
			
		||||
                .replace(";", "\\\\\\;")
 | 
			
		||||
                .replace(";", "\\;")
 | 
			
		||||
                .replace("]", "\\]")
 | 
			
		||||
                .replace("[", "\\[");
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user