mirror of
				https://github.com/pbatard/rufus.git
				synced 2024-08-14 23:57:05 +00:00 
			
		
		
		
	Spelling: underscores
This commit is contained in:
		
							parent
							
								
									d9fb325b34
								
							
						
					
					
						commit
						7c3f003f13
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -243,7 +243,7 @@ static void ToValidLabel(WCHAR* name, BOOL bFAT) | ||||||
| 			if (name[i] == '_') j++; | 			if (name[i] == '_') j++; | ||||||
| 		if (i<2*j) { | 		if (i<2*j) { | ||||||
| 			// If the final label is mostly underscore, use the proposed label
 | 			// If the final label is mostly underscore, use the proposed label
 | ||||||
| 			uprintf("FAT label is mostly undercores. Using '%s' label instead.\n", SelectedDrive.proposed_label); | 			uprintf("FAT label is mostly underscores. Using '%s' label instead.\n", SelectedDrive.proposed_label); | ||||||
| 			for(i=0; SelectedDrive.proposed_label[i]!=0; i++) | 			for(i=0; SelectedDrive.proposed_label[i]!=0; i++) | ||||||
| 				name[i] = SelectedDrive.proposed_label[i]; | 				name[i] = SelectedDrive.proposed_label[i]; | ||||||
| 			name[i] = 0; | 			name[i] = 0; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue