From: gkostka Date: Sun, 27 Oct 2013 12:14:17 +0000 (+0000) Subject: BUGFIX: X-Git-Tag: lwext4-0.8.0~135 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=15a9dcc5906882478a0328552acb0403d0625673;p=lwext4.git BUGFIX: 1. Name correction. --- diff --git a/demos/generic/main.c b/demos/generic/main.c index a9d4f11..085b2ed 100644 --- a/demos/generic/main.c +++ b/demos/generic/main.c @@ -349,7 +349,7 @@ static void cleanup(void) printf("cleanup: time: %d ms\n", (int)diff); - printf("cleanup: remove /mp/test1\n"); + printf("cleanup: remove /mp/dir1\n"); start =get_ms(); ext4_dir_rm("/mp/dir1"); stop = get_ms();