updated on Fri Jan 13 04:01:25 UTC 2012
[aur-mirror.git] / gnu-gift / 07_gcc-4.0.diff
blob45e3d1070f26b8a58f8f77843798ee2db2636107
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
5 @@ -92,7 +92,7 @@
7 if(strcmp(i->second.first,
8 i->second.second)){
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;
11 assert(0);
13 delete[] i->second.first;