From d363f02d3a1aa42dda78f09a7eff46b76ccf6311 Mon Sep 17 00:00:00 2001 From: germeier Date: Sat, 21 Sep 2002 22:17:15 +0000 Subject: fixed bug in abort code of mput make output more consistent fixed a few display "bugs" --- libmpio/mpio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libmpio') diff --git a/libmpio/mpio.c b/libmpio/mpio.c index fdfba8b..1bd9f41 100644 --- a/libmpio/mpio.c +++ b/libmpio/mpio.c @@ -1,6 +1,6 @@ /* * - * $Id: mpio.c,v 1.24 2002/09/20 20:49:36 germeier Exp $ + * $Id: mpio.c,v 1.25 2002/09/21 22:17:15 germeier Exp $ * * Library for USB MPIO-* * @@ -388,7 +388,7 @@ mpio_file_get(mpio_t *m, mpio_mem_t mem, BYTE *filename, if (progress_callback) abort=(*progress_callback)((fsize-filesize), fsize); if (abort) - debug("aborting operation\n"); + debug("aborting operation"); } while ((mpio_fatentry_next_entry(m, mem, f) && (filesize>0)) && (!abort)); -- cgit v1.2.3