From 13b7579bd45e89304b8697a6fb471bf0524f49d4 Mon Sep 17 00:00:00 2001 From: germeier Date: Sun, 27 Oct 2002 02:45:28 +0000 Subject: added code to read/write and display config files (CONFIG.DAT and FMCONFIG.DAT) another 8.3 fix :-( --- libmpio/directory.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libmpio/directory.c') diff --git a/libmpio/directory.c b/libmpio/directory.c index d3cd677..4795b3d 100644 --- a/libmpio/directory.c +++ b/libmpio/directory.c @@ -1,6 +1,6 @@ /* * - * $Id: directory.c,v 1.8 2002/10/17 22:49:27 germeier Exp $ + * $Id: directory.c,v 1.9 2002/10/27 02:45:28 germeier Exp $ * * Library for USB MPIO-* * @@ -525,7 +525,7 @@ mpio_dentry_put(mpio_t *m, mpio_mem_t mem, f_8_3[12]=0x00; i=0; - while ((i<6) && (filename[i] != '.') && (i<(strlen(filename)))) + while ((i<8) && (filename[i] != '.') && (i<(strlen(filename)))) { f_8_3[i] = toupper(filename[i]); i++; -- cgit v1.2.3