Typo in comments.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3065 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -162,7 +162,7 @@ mkdirhier (const char *path)
|
||||
// XXX: HACK: If we don't have access to a directory, we can
|
||||
// still have access to the underlying entries. We don't
|
||||
// actually know whether the entry is a directory, but I know of
|
||||
// know way to find out. We just pretend that it is; if we were
|
||||
// no way to find out. We just pretend that it is; if we were
|
||||
// wrong, an error will occur when we try to do something with
|
||||
// the directory. That /should/ not be a problem, as any such
|
||||
// action should have its own error checking.
|
||||
|
||||
@@ -410,7 +410,7 @@ stdio_getPDirEntryHandle(const uio_PDirHandle *pDirHandle, const char *name) {
|
||||
#ifdef __SYMBIAN32__
|
||||
// XXX: HACK: If we don't have access to a directory, we can still
|
||||
// have access to the underlying entries. We don't actually know
|
||||
// whether the entry is a directory, but I know of know way to find
|
||||
// whether the entry is a directory, but I know of no way to find
|
||||
// out. We just pretend that it is; worst case, a file which we can't
|
||||
// access shows up as a directory which we can't access.
|
||||
if (errno == EACCES) {
|
||||
|
||||
Reference in New Issue
Block a user