mirror of
https://github.com/ksherlock/profuse.git
synced 2026-04-24 09:16:50 +00:00
fix new Exception throwing.
git-svn-id: https://profuse.googlecode.com/svn/branches/v2@325 aa027e90-d47c-11dd-86d7-074df07e0730
This commit is contained in:
@@ -262,7 +262,7 @@ void VolumeEntry::init(void *vp)
|
||||
|
||||
// verify filenamelength <= 7
|
||||
if (_fileNameLength > 7)
|
||||
throw new ProDOSException(__METHOD__ ": invalid name length", ProFUSE::badPathSyntax);
|
||||
throw ProDOSException(__METHOD__ ": invalid name length", ProFUSE::badPathSyntax);
|
||||
|
||||
// verify fileKind == 0
|
||||
// verify _fileCount reasonable
|
||||
|
||||
Reference in New Issue
Block a user