From: Volker Lendecke Date: Sun, 11 Jul 2004 11:33:25 +0000 (+0000) Subject: r1444: Another attempt to fulfil the 100% promise. There might be two dots at the X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~5974 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=65518960e54f98e750c7e044004ce72a7503760b;p=thirdparty%2Fsamba.git r1444: Another attempt to fulfil the 100% promise. There might be two dots at the end... Volker --- diff --git a/source/torture/mangle_test.c b/source/torture/mangle_test.c index 174c7128be8..5acad2d015d 100644 --- a/source/torture/mangle_test.c +++ b/source/torture/mangle_test.c @@ -153,7 +153,7 @@ static void gen_name(char *name) /* ..... and a 100% proability of a file not ending in "." */ if (p[strlen(p)-1] == '.') - p[strlen(p)-1] = '\0'; + p[strlen(p)-1] = '_'; }