Browse Source

BUGFIX:

1. Name correction.
pull/1/head
gkostka 11 years ago
parent
commit
15a9dcc590
  1. 2
      demos/generic/main.c

2
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();

Loading…
Cancel
Save