wmifs: Don't ignore geometry strings beginning with '-'.
This commit is contained in:
		
							parent
							
								
									a332db862a
								
							
						
					
					
						commit
						9601a58aae
					
				
					 1 changed files with 4 additions and 2 deletions
				
			
		| 
						 | 
					@ -348,8 +348,10 @@ int main(int argc, char *argv[])
 | 
				
			||||||
				WaveForm = 1;
 | 
									WaveForm = 1;
 | 
				
			||||||
				break;
 | 
									break;
 | 
				
			||||||
			default:
 | 
								default:
 | 
				
			||||||
				usage();
 | 
									if (strcmp(argv[i-1], "-geometry")) {
 | 
				
			||||||
				exit(0);
 | 
										usage();
 | 
				
			||||||
 | 
										exit(0);
 | 
				
			||||||
 | 
									}
 | 
				
			||||||
				break;
 | 
									break;
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue