diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-01-10 13:48:28 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-01-10 13:48:28 +0000 |
commit | 5d0fa4b94d993a7a292554c7cce61be355e65b75 (patch) | |
tree | 8b850722135f395ec64daefe880fafd2906dbc80 /src | |
parent | 5ae9f949966a9fb6fe35cef21c2f52536c774152 (diff) | |
download | execline-5d0fa4b94d993a7a292554c7cce61be355e65b75.tar.xz |
Revert size_t *, put a temporary XXX until skalibs changes
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") ; } |