From 4499082b83515bb15f3ecf6ca4568ab1729c73b7 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 11 Jul 2004 11:33:25 +0000 Subject: r1444: Another attempt to fulfil the 100% promise. There might be two dots at the end... Volker (This used to be commit 65518960e54f98e750c7e044004ce72a7503760b) --- source3/torture/mangle_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/torture/mangle_test.c b/source3/torture/mangle_test.c index 174c7128be..5acad2d015 100644 --- a/source3/torture/mangle_test.c +++ b/source3/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] = '_'; } -- cgit