|  | @@ -67,9 +67,9 @@ struct image_config_t: public S2S_TargetCfg
 | 
	
		
			
				|  |  |      // True if there is a subdirectory of images for this target
 | 
	
		
			
				|  |  |      bool image_directory;
 | 
	
		
			
				|  |  |      // the name of the currently mounted image in a dynamic image directory
 | 
	
		
			
				|  |  | -    char current_image[MAX_FILE_PATH] = {'\0'};
 | 
	
		
			
				|  |  | +    char current_image[MAX_FILE_PATH];
 | 
	
		
			
				|  |  |      // Index of image, for when image on-the-fly switching is used for CD drives
 | 
	
		
			
				|  |  | -    uint8_t image_index = IMAGE_INDEX_MAX;
 | 
	
		
			
				|  |  | +    uint8_t image_index;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      // Cue sheet file for CD-ROM images
 | 
	
		
			
				|  |  |      FsFile cuesheetfile;
 |