summaryrefslogtreecommitdiff
path: root/xml
diff options
context:
space:
mode:
authorlordjaxom <lordjaxom>2005-01-02 20:33:20 +0000
committerlordjaxom <lordjaxom>2005-01-02 20:33:20 +0000
commit02e605fe54e3d625e64495be3c497844c34ef3d2 (patch)
treef1251afd81c9560929848e22dfbb7a0c19734512 /xml
parentca422ee0ed15ff5a1e990a8d74e7e76221904a6e (diff)
downloadvdr-plugin-text2skin-02e605fe54e3d625e64495be3c497844c34ef3d2.tar.gz
vdr-plugin-text2skin-02e605fe54e3d625e64495be3c497844c34ef3d2.tar.bz2
- increased max number of parameters to 512
Diffstat (limited to 'xml')
-rw-r--r--xml/function.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xml/function.h b/xml/function.h
index dce7fd8..9aee4c2 100644
--- a/xml/function.h
+++ b/xml/function.h
@@ -1,5 +1,5 @@
/*
- * $Id: function.h,v 1.3 2005/01/01 23:44:36 lordjaxom Exp $
+ * $Id: function.h,v 1.4 2005/01/02 20:33:20 lordjaxom Exp $
*/
#ifndef VDR_TEXT2SKIN_XML_FUNCTION_H
@@ -12,7 +12,7 @@
#define NUMBER 0x02000000
#define INTERNAL 0x04000000
-#define MAXPARAMETERS 16
+#define MAXPARAMETERS 512
class cxFunction {
public: