--- Frodo4/Src/1541fs.cpp 2004/01/11 14:03:29 1.5 +++ Frodo4/Src/1541fs.cpp 2004/01/14 16:54:46 1.7 @@ -1,7 +1,7 @@ /* * 1541fs.cpp - 1541 emulation in host file system * - * Frodo (C) 1994-1997,2002-2003 Christian Bauer + * Frodo (C) 1994-1997,2002-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -325,7 +325,7 @@ uint8 FSDrive::open_directory(int channe // Convert pattern to ASCII char ascii_pattern[NAMEBUF_LENGTH]; - petscii2ascii(ascii_pattern, (const char *)pattern, NAMEBUF_LENGTH); + petscii2ascii(ascii_pattern, pattern, NAMEBUF_LENGTH); // Open directory for reading and skip '.' and '..' if ((dir = opendir(dir_path)) == NULL) {