Changeset 56201
- Timestamp:
- 10/09/08 10:00:32 (6 weeks ago)
- Files:
-
- 1 modified
-
wxWidgets/trunk/src/richtext/richtextbuffer.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wxWidgets/trunk/src/richtext/richtextbuffer.cpp
r55653 r56201 7589 7589 delete[] m_data; 7590 7590 7591 wxChar str[2]; 7591 // create a null terminated temporary string: 7592 char str[3]; 7593 str[2] = '\0'; 7594 7592 7595 m_data = new unsigned char[dataSize]; 7593 7596 int i;
