]> git.ozlabs.org Git - ccan/blobdiff - tools/tools.c
tools: fixes for 64-bit.
[ccan] / tools / tools.c
index 16246593b8b7561534df56f7eb7cd533f884c8b0..b93448278648034f8835668db5476cc6abe038c5 100644 (file)
@@ -213,7 +213,7 @@ char *temp_dir(const void *ctx)
 char *maybe_temp_file(const void *ctx, const char *extension, bool keep,
                      const char *srcname)
 {
-       size_t baselen;
+       unsigned baselen;
        char *f, *suffix = talloc_strdup(ctx, "");
        struct stat st;
        unsigned int count = 0;