[Bf-blender-cvs] CVS commit: blender/source/blender/readstreamglue/intern BLO_readStreamGlue.c

Kent Mein mein at cs.umn.edu
Sat Mar 6 18:16:36 CET 2004


sirdude (Kent Mein) 2004/03/06 18:16:36 CET

  Modified files:
    blender/source/blender/readstreamglue/intern 
                                                 BLO_readStreamGlue.c 
  
  Log:
  Reverted the casts so it would compile on irix.
  Complaining because the cast confuses the compiler and it complains
  lvalue of the expression isn't modifiable.
  Probably a way to fix this but I'm lazy so I'm just reverting it to the
  warning that works. :)
  
  Also noticed a debug statment that was after a return value so I remove it.
  (It was also trying to print memory that had been set to NULL above so
  pretty much worthless)
  
  Kent
  
  Revision  Changes    Path
  1.8       +7 -12     blender/source/blender/readstreamglue/intern/BLO_readStreamGlue.c



More information about the Bf-blender-cvs mailing list