Hi, just quick question. Is there a problem with using %zu (see man 3 printf), so we don't need to cast all strlens used in printfs? (Since strlen return types are set to size_t). Ie. do not update %d -> %lu, but %d -> %zu? Ondrej. -- Ondrej Sury <ondrej@sury.org>