diff options
Diffstat (limited to 'src/CommandItemSetup.h')
-rw-r--r-- | src/CommandItemSetup.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CommandItemSetup.h b/src/CommandItemSetup.h index 96b4baa..9275cee 100644 --- a/src/CommandItemSetup.h +++ b/src/CommandItemSetup.h @@ -29,8 +29,8 @@ class cCommandItemSetup : public cOsdMenu { private: - char* _newName; - char* _newCommand; + char _newName[256]; + char _newCommand[256]; int _newConfirm; public: |