mirror of
				https://github.com/osmarks/ngircd.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	Handle_GLOBAL(): don't use multi-line strings
They aren't supported by elder C compilers ...
This commit is contained in:
		| @@ -1128,8 +1128,7 @@ Handle_GLOBAL( int Line, char *Var, char *Arg ) | |||||||
| 	} | 	} | ||||||
|  |  | ||||||
| 	if (CheckLegacyNoOption(Var, Arg)) { | 	if (CheckLegacyNoOption(Var, Arg)) { | ||||||
| 		Config_Error(LOG_WARNING, "%s, line %d: \"No\"-Prefix has been removed, use " | 		Config_Error(LOG_WARNING, "%s, line %d: \"No\"-Prefix has been removed, use \"%s = %s\" in [FEATURES] section instead", | ||||||
| 				"\"%s = %s\" in [FEATURES] section instead", |  | ||||||
| 					NGIRCd_ConfFile, Line, NoNo(Var), InvertArg(Arg)); | 					NGIRCd_ConfFile, Line, NoNo(Var), InvertArg(Arg)); | ||||||
| 		if (strcasecmp(Var, "NoIdent") == 0) | 		if (strcasecmp(Var, "NoIdent") == 0) | ||||||
| 			WarnIdent(Line); | 			WarnIdent(Line); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Alexander Barton
					Alexander Barton