2
0
Yao Wei Tjong 姚伟忠 7 жил өмнө
parent
commit
48bf1228aa

+ 1 - 1
Source/Urho3D/Container/Str.h

@@ -544,7 +544,7 @@ private:
     unsigned length_;
     /// Capacity, zero if buffer not allocated.
     unsigned capacity_;
-    /// String buffer, null if not allocated.
+    /// String buffer, point to &endZero if buffer is not allocated.
     char* buffer_;
 
     /// End zero for empty strings.