From 813f8cc70a01b7275f1e38829f11f5cca372c902 Mon Sep 17 00:00:00 2001 From: Christophe Grenier Date: Mon, 23 Jun 2008 18:57:30 +0200 Subject: PhotoRec: add file format name near the extension --- src/file_mdf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/file_mdf.c') diff --git a/src/file_mdf.c b/src/file_mdf.c index 0c615e74..257231e2 100644 --- a/src/file_mdf.c +++ b/src/file_mdf.c @@ -36,7 +36,7 @@ static int header_check_mdf(const unsigned char *buffer, const unsigned int buff const file_hint_t file_hint_mdf= { .extension="mdf", - .description="Microsoft SQL mdf", + .description="Microsoft SQL Server Master Database File", .min_header_distance=0, .max_filesize=PHOTOREC_MAX_FILE_SIZE, .recover=1, -- cgit