From: skeezix Date: Thu, 3 Feb 2011 21:55:32 +0000 (-0500) Subject: libpnd: lame hack -- increased the max-number-of-apps-per-pnd to 50 (was 20); it... X-Git-Tag: sz_beta3~87 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-libraries.git;a=commitdiff_plain;h=af0a67d695a958037319e824ba53049596ea47be libpnd: lame hack -- increased the max-number-of-apps-per-pnd to 50 (was 20); it should be a dynamicly growing list, but no time to do that yet. (for sebt3) --- diff --git a/include/pnd_pxml.h b/include/pnd_pxml.h index 25fbcdc..037d0c2 100644 --- a/include/pnd_pxml.h +++ b/include/pnd_pxml.h @@ -12,7 +12,7 @@ extern "C" { #define PXML_TAGHEAD "" /* case insensitive */ -#define PXML_MAXAPPS 20 /* max number of 's within a single PXML */ +#define PXML_MAXAPPS 50 /* max number of 's within a single PXML */ /* TODO: make this realloc() and dynamicly grow instead.. */ // for DaveC, we will support same-path-as-.pnd file override, that is simple format and not XML #define PXML_SAMEPATH_OVERRIDE_FILEEXT ".ovr" /* ./foo/bar.pnd could have overrides in ./foo/bar.ovr */