src/main.c aktualisiert
This commit is contained in:
		
							parent
							
								
									2df49d7860
								
							
						
					
					
						commit
						b23400773a
					
				@ -1111,9 +1111,6 @@ int main(int argc, char* argv[]){
 | 
				
			|||||||
    int flag_showpreview =0;
 | 
					    int flag_showpreview =0;
 | 
				
			||||||
    allocate_initial_memory();
 | 
					    allocate_initial_memory();
 | 
				
			||||||
    for (int i=1; i<argc; i++){
 | 
					    for (int i=1; i<argc; i++){
 | 
				
			||||||
        if (i==0){
 | 
					 | 
				
			||||||
            continue;
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
        if (starts_with(argv[i], "-i")){
 | 
					        if (starts_with(argv[i], "-i")){
 | 
				
			||||||
            if (!starts_with(argv[i+1], "-")&& i+1<argc){
 | 
					            if (!starts_with(argv[i+1], "-")&& i+1<argc){
 | 
				
			||||||
                input_path = argv[i+1];
 | 
					                input_path = argv[i+1];
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user