Home
last modified time | relevance | path

Searched refs:nullPos (Results 1 – 1 of 1) sorted by relevance

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_SoundArchive.cpp354 std::size_t nullPos = len; in SetExternalFileRoot() local
361 nullPos++; in SetExternalFileRoot()
364 NW_ASSERT( nullPos < FILE_PATH_MAX ); in SetExternalFileRoot()
365 m_ExtFileRoot[ nullPos ] = '\0'; in SetExternalFileRoot()