mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
minor typo
This commit is contained in:
parent
b1e9e65027
commit
aa58854da8
@ -1756,7 +1756,7 @@ scan_directory(vector_string &contents) const {
|
|||||||
return scan_ok;
|
return scan_ok;
|
||||||
|
|
||||||
#elif defined(PHAVE_DIRENT_H)
|
#elif defined(PHAVE_DIRENT_H)
|
||||||
// Use Posix's opendir() / readir() to walk through the list of
|
// Use Posix's opendir() / readdir() to walk through the list of
|
||||||
// files in a directory.
|
// files in a directory.
|
||||||
size_t orig_size = contents.size();
|
size_t orig_size = contents.size();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user