setlayout should perform strcmp's if arg != NULL, because Layout is local to screen.o
This commit is contained in:
		
							parent
							
								
									5762e92994
								
							
						
					
					
						commit
						8be3f3ec9e
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		
							
								
								
									
										3
									
								
								screen.c
									
										
									
									
									
								
							
							
						
						
									
										3
									
								
								screen.c
									
										
									
									
									
								
							|  | @ -3,6 +3,7 @@ | |||
| #include <regex.h> | ||||
| #include <stdio.h> | ||||
| #include <stdlib.h> | ||||
| #include <string.h> | ||||
| #include <X11/Xutil.h> | ||||
| 
 | ||||
| /* static */ | ||||
|  | @ -245,7 +246,7 @@ setlayout(const char *arg) { | |||
| 	} | ||||
| 	else { | ||||
| 		for(i = 0; i < nlayouts; i++) | ||||
| 			if(arg == layouts[i].symbol) | ||||
| 			if(!strcmp(arg, layouts[i].symbol)) | ||||
| 				break; | ||||
| 		if(i == nlayouts) | ||||
| 			return; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue