Menu

#25 Fixes crash on x86_64

closed-fixed
None
5
2006-06-12
2006-06-11
Anonymous
No

src-ILUT/src/ilut_opengl.c

Is missing an include statement which causes it to miss
a prototype for a function returning a pointer, which
makes the compiler default the return type
to int , which breaks on 64 bit where an int is 32 bit
and a pointer 64 bit.

Note: Patch actually created by Hans de Goede

Discussion

  • Nobody/Anonymous

    64bit crash fix

     
  • Anonymous

    Anonymous - 2006-06-12

    Logged In: YES
    user_id=710897

    I have fixed by placing the include in the "#ifdef linux" of
    ilut_opengl.h

     
  • Anonymous

    Anonymous - 2006-06-12
    • assigned_to: nobody --> darkyojimbo
    • status: open --> closed-fixed
     

Log in to post a comment.