diff options
author | Theodore Ts'o <tytso@mit.edu> | 1997-04-26 14:00:26 +0000 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 1997-04-26 14:00:26 +0000 |
commit | a418d3ad819323f871005d253f7f9ac378e78ba5 (patch) | |
tree | bcc26141c6ec23de4bce9cd886a1d085c08a1b69 /misc/mklost+found.c | |
parent | 50e1e10fa0ac12a3e2a9d20a75ee9041873cda96 (diff) | |
download | e2fsprogs-a418d3ad819323f871005d253f7f9ac378e78ba5.tar.gz |
Many files:
Checked in e2fsprogs 0.5c
Diffstat (limited to 'misc/mklost+found.c')
-rw-r--r-- | misc/mklost+found.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/mklost+found.c b/misc/mklost+found.c index 299e47c9..2a960c45 100644 --- a/misc/mklost+found.c +++ b/misc/mklost+found.c @@ -30,7 +30,7 @@ void main (int argc, char ** argv) { char name [EXT2_NAME_LEN]; - char path [MAXPATHLEN]; + char path [sizeof (LPF) + 1 + 256]; struct stat st; int i, j; int d; |