[Bf-blender-cvs] CVS commit: blender/intern/guardedalloc/intern mallocn.c

Chris Want cwant at ualberta.ca
Thu Nov 17 15:48:11 CET 2005


hos (Chris Want) 2005/11/17 15:48:11 CET

  Modified files:
    blender/intern/guardedalloc/intern mallocn.c 
  
  Log:
  Fix for bug #3414 provided by Lewis Saunders.
  
  It appears that removing the 'int level' field from the
  MemHead struct caused alignment issues for gcc builds of blender
  on Irix (zr, who removed this field, commented that this problem
  might occur, and sure enough it did happen). I've renamed the
  field from 'level' to 'pad' to reflect that it has no meaning
  beyond addressing alignment issues.
  
  Revision  Changes    Path
  1.9       +3 -3      blender/intern/guardedalloc/intern/mallocn.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/intern/guardedalloc/intern/mallocn.c.diff?r1=1.8&r2=1.9&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list