File diff r25482:5d7a2a26621c → r25483:15f7a4f91c03
src/strgen/strgen_base.cpp
Show inline comments
 
@@ -457,7 +457,7 @@ void EmitGender(Buffer *buffer, char *bu
 

	
 
		/* This is a {G 0 foo bar two} command.
 
		 * If no relative number exists, default to +0 */
 
		if (!ParseRelNum(&buf, &argidx, &offset)) {}
 
		ParseRelNum(&buf, &argidx, &offset);
 

	
 
		const CmdStruct *cmd = _cur_pcs.cmd[argidx];
 
		if (cmd == nullptr || (cmd->flags & C_GENDER) == 0) {