mirror of
				https://github.com/brain-hackers/nkbin_maker
				synced 2025-11-04 22:48:37 +09:00 
			
		
		
		
	getopt arg fix
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							0252289f9f
						
					
				
				
					commit
					cb7003fbe7
				
			
							
								
								
									
										2
									
								
								bsd-ce.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								bsd-ce.c
									
									
									
									
									
								
							@@ -34,7 +34,7 @@ int main(int argc, char *argv[]) {
 | 
				
			|||||||
    unsigned int i32, cksum, ch;
 | 
					    unsigned int i32, cksum, ch;
 | 
				
			||||||
    long len;
 | 
					    long len;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    while ((i = getopt(argc, argv, "hvo:l:")) != -1) {
 | 
					    while ((i = getopt(argc, argv, "ho:")) != -1) {
 | 
				
			||||||
        switch (i) {
 | 
					        switch (i) {
 | 
				
			||||||
        case 'o':
 | 
					        case 'o':
 | 
				
			||||||
            outfile = optarg;
 | 
					            outfile = optarg;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user