Parent Directory
|
Revision Log
|
Patch
| revision 1.6 by cebix, Mon Jan 12 15:13:20 2004 UTC | revision 1.7 by cebix, Wed Jan 14 16:54:46 2004 UTC | |
|---|---|---|
| # | Line 325 uint8 FSDrive::open_directory(int channe | Line 325 uint8 FSDrive::open_directory(int channe |
| 325 | ||
| 326 | // Convert pattern to ASCII | // Convert pattern to ASCII |
| 327 | char ascii_pattern[NAMEBUF_LENGTH]; | char ascii_pattern[NAMEBUF_LENGTH]; |
| 328 | petscii2ascii(ascii_pattern, (const char *)pattern, NAMEBUF_LENGTH); | petscii2ascii(ascii_pattern, pattern, NAMEBUF_LENGTH); |
| 329 | ||
| 330 | // Open directory for reading and skip '.' and '..' | // Open directory for reading and skip '.' and '..' |
| 331 | if ((dir = opendir(dir_path)) == NULL) { | if ((dir = opendir(dir_path)) == NULL) { |
|
||||||||
| Christian Bauer">Christian Bauer | ViewVC Help |
| Powered by ViewVC 1.1.15 |