2001-10-10 Joel Sherrill <joel@OARcorp.com>

* imfs_getchild.c: Correct length of static string
	as reported by Ibragimov Ilya <ibr@oktet.ru>.
This commit is contained in:
Joel Sherrill
2001-10-11 13:17:04 +00:00
parent 710b4e09b4
commit fda1996850

View File

@@ -18,7 +18,7 @@
#include "imfs.h"
static char dotname[2] = ".";
static char dotdotname[2] = "..";
static char dotdotname[3] = "..";
IMFS_jnode_t *IMFS_find_match_in_dir(
IMFS_jnode_t *directory,