X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=clients%2Fmemcapable.c;h=36be2e55577ad6de9e04df4e51166dbfcf215f6f;hb=9598fdb9c2d65020b0021ee7a6fcd3332be8ce1e;hp=f1d7d6a4d7330f8b91e969fe951870b35a98dc38;hpb=20502c526be080e3ffee3c542eac4d1ada382fd8;p=m6w6%2Flibmemcached diff --git a/clients/memcapable.c b/clients/memcapable.c index f1d7d6a4..36be2e55 100644 --- a/clients/memcapable.c +++ b/clients/memcapable.c @@ -1,3 +1,14 @@ +/* LibMemcached + * Copyright (C) 2006-2009 Brian Aker + * All rights reserved. + * + * Use and distribution licensed under the BSD license. See + * the COPYING file in the parent directory for full text. + * + * Summary: + * + */ + /* -*- Mode: C; tab-width: 2; c-basic-offset: 2; indent-tabs-mode: nil -*- */ #undef NDEBUG #include "config.h" @@ -207,7 +218,7 @@ static enum test_return ensure(bool val, const char *expression, const char *fil if (!val) { if (verbose) - fprintf(stderr, "\n%s:%u: %s", file, line, expression); + fprintf(stderr, "\n%s:%d: %s", file, line, expression); if (do_core) abort();