]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Removing warnings
authorfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 29 Jul 2010 07:31:00 +0000 (07:31 +0000)
committerfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 29 Jul 2010 07:31:00 +0000 (07:31 +0000)
RALICE/AliCollider.cxx

index 97e9b54694b66558b4239105382aad26f36dc696..224d060e48e1741400a8f2e4ab3fe65017031448 100644 (file)
@@ -145,7 +145,8 @@ AliCollider::AliCollider() : TPythia6()
 
  fSpecpmin=0;
 
- fFrame="none";
+ fFrame=new char[5];
+ strcpy(fFrame,"none");
  fWin=0;
 
  fNucl=0;