Skip to content

Commit

Permalink
Remove extraneous assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Apr 17, 2014
1 parent f66e396 commit 7d9cf24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/map.c
Expand Up @@ -723,7 +723,6 @@ size_t radius_tmpl2str(char *buffer, size_t bufsize, value_pair_tmpl_t const *vp
snprintf(q, bufsize, "[%u]", vpt->num);
len = strlen(q);
q += len;
bufsize -= len;
}

return (q - buffer);
Expand Down

0 comments on commit 7d9cf24

Please sign in to comment.