From 50c439ffa36fed9e1cce65b211ec05bf50925cc2 Mon Sep 17 00:00:00 2001 From: germeier Date: Sun, 6 Apr 2003 23:09:19 +0000 Subject: initial support for directories BEWARE: this might have broken some things!!! --- mpiosh/readline.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mpiosh/readline.c') diff --git a/mpiosh/readline.c b/mpiosh/readline.c index 8b97219..d10209b 100644 --- a/mpiosh/readline.c +++ b/mpiosh/readline.c @@ -2,7 +2,7 @@ * * Author: Andreas Büsching * - * $Id: readline.c,v 1.5 2002/10/29 20:03:35 crunchy Exp $ + * $Id: readline.c,v 1.6 2003/04/06 23:09:20 germeier Exp $ * * Copyright (C) 2001 Andreas Büsching * @@ -84,7 +84,7 @@ mpiosh_readline_comp_mpio_file(const char *text, int state) { static BYTE *p; char *arg = NULL; - BYTE month, day, hour, minute; + BYTE month, day, hour, minute, type; char fname[100]; WORD year; DWORD fsize; @@ -102,7 +102,7 @@ mpiosh_readline_comp_mpio_file(const char *text, int state) mpio_dentry_get(mpiosh.dev, mpiosh.card, p, fname, 100, &year, &month, &day, - &hour, &minute, &fsize); + &hour, &minute, &fsize, &type); if (strstr(fname, text) == fname) { arg = strdup(fname); -- cgit v1.2.3