Fix warning
This commit is contained in:
		
							parent
							
								
									ed5ead6a07
								
							
						
					
					
						commit
						9f01950bcb
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -944,7 +944,7 @@ static int
 | 
				
			||||||
servlist_savegui (void)
 | 
					servlist_savegui (void)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	char *sp;
 | 
						char *sp;
 | 
				
			||||||
	char *nick1, *nick2;
 | 
						const char *nick1, *nick2;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	/* check for blank username, ircd will not allow this */
 | 
						/* check for blank username, ircd will not allow this */
 | 
				
			||||||
	if (gtk_entry_get_text (GTK_ENTRY (entry_guser))[0] == 0)
 | 
						if (gtk_entry_get_text (GTK_ENTRY (entry_guser))[0] == 0)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue