mirror of
				https://git.suyu.dev/suyu/suyu.git
				synced 2025-11-04 12:34:39 +08:00 
			
		
		
		
	FS: Fix port name (old port name was based on an unaligned memory read).
This commit is contained in:
		
							parent
							
								
									2b52ec4829
								
							
						
					
					
						commit
						81fa804b3c
					
				@ -24,7 +24,7 @@ public:
 | 
			
		||||
     * @return Port name of service
 | 
			
		||||
     */
 | 
			
		||||
    const char *GetPortName() const {
 | 
			
		||||
        return "Ufs:";
 | 
			
		||||
        return "fs:USER";
 | 
			
		||||
    }
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user