# | Line 325 | Line 325 | uint8 FSDrive::open_directory(int channe | |
---|---|---|
325 | ||
326 | // Convert pattern to ASCII | |
327 | char ascii_pattern[NAMEBUF_LENGTH]; | |
328 | < | petscii2ascii(ascii_pattern, (const char *)pattern, NAMEBUF_LENGTH); |
328 | > | petscii2ascii(ascii_pattern, pattern, NAMEBUF_LENGTH); |
329 | ||
330 | // Open directory for reading and skip '.' and '..' | |
331 | if ((dir = opendir(dir_path)) == NULL) { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |