Quickfix for plugin breakage after the DCC patch
This commit is contained in:
		
							parent
							
								
									d6dec82d3d
								
							
						
					
					
						commit
						842e74dce8
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		| 
						 | 
					@ -254,7 +254,10 @@ file_part (char *file)
 | 
				
			||||||
		{
 | 
							{
 | 
				
			||||||
		case 0:
 | 
							case 0:
 | 
				
			||||||
			return (filepart);
 | 
								return (filepart);
 | 
				
			||||||
		case G_DIR_SEPARATOR:
 | 
							case '/':
 | 
				
			||||||
 | 
					#ifdef WIN32
 | 
				
			||||||
 | 
							case '\\':
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
			filepart = file + 1;
 | 
								filepart = file + 1;
 | 
				
			||||||
			break;
 | 
								break;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue