summaryrefslogtreecommitdiff
path: root/src/CommandItemSetup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/CommandItemSetup.h')
-rw-r--r--src/CommandItemSetup.h4
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: