Avoid frequent strcmp() calls for AccountingRule
Generally, we don't like to parse the same thing over and over; it's best IMO to do it once at the start of the code.
Please register or sign in to comment
Generally, we don't like to parse the same thing over and over; it's best IMO to do it once at the start of the code.