Fixing title setting with the title argument.
This commit is contained in:
		
							
								
								
									
										2
									
								
								st.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								st.c
									
									
									
									
									
								
							| @@ -3639,7 +3639,7 @@ main(int argc, char *argv[]) { | |||||||
| 		/* eat all remaining arguments */ | 		/* eat all remaining arguments */ | ||||||
| 		if(argc > 1) { | 		if(argc > 1) { | ||||||
| 			opt_cmd = &argv[1]; | 			opt_cmd = &argv[1]; | ||||||
| 			if(argv[1] != NULL) { | 			if(argv[1] != NULL && opt_title == NULL) { | ||||||
| 				titles = strdup(argv[1]); | 				titles = strdup(argv[1]); | ||||||
| 				opt_title = basename(titles); | 				opt_title = basename(titles); | ||||||
| 			} | 			} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user