2 diff -urN tmp/libMRML/cc/CAttributeList.cc gift-0.1.13/libMRML/cc/CAttributeList.cc
3 --- tmp/libMRML/cc/CAttributeList.cc 2002-07-26 13:23:23.000000000 +0200
4 +++ gift-0.1.13/libMRML/cc/CAttributeList.cc 2004-12-22 19:42:18.000000000 +0100
7 if(strcmp(i->second.first,
9 - cout << "DELETING FAILED" << flush << int(i->second.second) << flush << i->second.first << i->second.second << endl;
10 + cout << "DELETING FAILED" << flush << long(i->second.second) << flush << i->second.first << i->second.second << endl;
13 delete[] i->second.first;