From: Arran Cudbard-Bell Date: Wed, 25 Jan 2017 11:29:58 +0000 (+0000) Subject: Formatting X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=338e22ee75f37e6b99650cd14d1fb12c848a0c72;p=thirdparty%2Ffreeradius-server.git Formatting --- diff --git a/src/main/tmpl.c b/src/main/tmpl.c index 5000ef47385..cca898283ff 100644 --- a/src/main/tmpl.c +++ b/src/main/tmpl.c @@ -812,7 +812,7 @@ ssize_t tmpl_afrom_attr_substr(TALLOC_CTX *ctx, vp_tmpl_t **out, char const *nam num = strtol(p + 1, &q, 10); if ((num > 0x1f) || (num < 0)) { fr_strerror_printf("Invalid tag value '%li' (should be between 0-31)", num); - slen = -((p + 1)- name); + slen = -((p + 1) - name); goto error; }