Skip to content

Commit

Permalink
Remove suspicion
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Oct 17, 2013
1 parent 2873908 commit 83c7c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/print.c
Expand Up @@ -293,7 +293,7 @@ size_t vp_prints_value(char *out, size_t outlen, VALUE_PAIR const *vp, int8_t qu
break;

case PW_TYPE_INTEGER64:
snprintf(out, sizeof(out), "%" PRIu64, vp->vp_integer64);
snprintf(out, outlen, "%" PRIu64, vp->vp_integer64);
return strlen(out);

case PW_TYPE_DATE:
Expand Down

0 comments on commit 83c7c67

Please sign in to comment.