diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/execline/dollarat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/execline/dollarat.c b/src/execline/dollarat.c index 136968b..1f257d0 100644 --- a/src/execline/dollarat.c +++ b/src/execline/dollarat.c @@ -53,7 +53,7 @@ int main (int argc, char const *const *argv, char const *const *envp) } else { - size_t written = 0 ; + unsigned int written = 0 ; /* XXX */ if (!netstring_put(buffer_1, x, str_len(x), &written)) strerr_diefu1sys(111, "write a netstring to stdout") ; } |