File diff r23519:04e2cd195801 → r23520:20bbc807b0eb
src/fios.h
Show inline comments
 
@@ -129,7 +129,7 @@ public:
 
	 */
 
	inline uint Length() const
 
	{
 
		return this->files.Length();
 
		return this->files.size();
 
	}
 

	
 
	/**