diff options
Diffstat (limited to 'nest/a-path.c')
-rw-r--r-- | nest/a-path.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/a-path.c b/nest/a-path.c index dc36e653..c9c5aefb 100644 --- a/nest/a-path.c +++ b/nest/a-path.c @@ -124,7 +124,7 @@ as_path_convert_to_new(struct adata *path, byte *dst, int req_as) } void -as_path_format(struct adata *path, byte *buf, unsigned int size) +as_path_format(struct adata *path, byte *buf, uint size) { byte *p = path->data; byte *e = p + path->length; |