mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-25 16:50:50 +01:00
[apps/code] Correct text area buffer size
Change-Id: Icc250bd3f4db2e8f9f96471dedbdfd31eab220af
This commit is contained in:
@@ -11,6 +11,7 @@ public:
|
||||
const char * readOnlyContent() const;
|
||||
char * editableContent();
|
||||
void setContent(const char * program);
|
||||
int bufferSize() const;
|
||||
private:
|
||||
constexpr static int k_bufferSize = 1024;
|
||||
char m_buffer[k_bufferSize];
|
||||
|
||||
Reference in New Issue
Block a user