Switch to unified view

a/upmpd/conftree.cxx b/upmpd/conftree.cxx
...
...
41
41
42
#ifndef MIN 
42
#ifndef MIN 
43
#define MIN(A,B) ((A) < (B) ? (A) : (B))
43
#define MIN(A,B) ((A) < (B) ? (A) : (B))
44
#endif
44
#endif
45
45
46
#define LL 1024
46
#define LL 2048
47
47
48
void ConfSimple::parseinput(istream &input)
48
void ConfSimple::parseinput(istream &input)
49
{
49
{
50
    string submapkey;
50
    string submapkey;
51
    char cline[LL];
51
    char cline[LL];