X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=blobdiff_plain;f=bin%2Funiconv%2Funiconv.c;fp=bin%2Funiconv%2Funiconv.c;h=b9a2fc45c87b56e4fdccd2954cd34d32d36ed626;hp=93439cefa965efae35bab8255d0c97d7d1f04780;hb=80b657d2448a51f80912a9195bdf56eb85e461b5;hpb=ad4e6d24bda95a1e4c6a212b74252ecf185646e2 diff --git a/bin/uniconv/uniconv.c b/bin/uniconv/uniconv.c index 93439cef..b9a2fc45 100644 --- a/bin/uniconv/uniconv.c +++ b/bin/uniconv/uniconv.c @@ -184,8 +184,8 @@ static char *convert_name(char *name, struct stat *st, cnid_t cur_did) outlen = convert_charset(ch_to, ch_to, ch_mac, (char *)p, strlen((char *)p), (char *)q, sizeof(buffer) -2, &flags); if ((size_t)-1 == outlen) { /* it's not UTF8... */ - fprintf(stderr, "ERROR: conversion from '%s' to '%s' for '%s' in DID %u failed!!!\n", - from_charset, to_charset, name, ntohl(cur_did)); + fprintf(stderr, "ERROR: conversion from '%s' to '%s' for '%s' in DID %u failed!\n", + from_charset, to_charset, name, ntohl(cur_did)); return name; } @@ -441,11 +441,11 @@ static void help (void) fprintf (stdout, "\t-V\tPrint version and exit\n"); fprintf (stdout, "\t-h\tThis help screen\n\n"); fprintf (stdout, "WARNING:\n"); - fprintf (stdout, " Setting the wrong options might render your data unusable!!!\n"); + fprintf (stdout, " Setting the wrong options might render your data unusable!\n"); fprintf (stdout, " Make sure you know what you are doing. Always backup your data first.\n\n"); fprintf (stdout, " It is *strongly* recommended to do a `dry run' first and to check the\n"); fprintf (stdout, " output for conversion errors.\n"); - fprintf (stdout, " USE AT YOUR OWN RISK!!!\n\n"); + fprintf (stdout, " USE AT YOUR OWN RISK!\n\n"); }