Menu

#9 Fix void * to int conversion

None
closed-fixed
nobody
None
5
2014-11-20
2009-11-30
No

On modern compilers/OSes, xdiskusage fails to compile due to the dubious use of void * to int casting. The attached patch attempts to fix this reasonably nicely.

All signs seems to show this project is rather stagnant - if this is the case I might well be starting up a small Google Code project to host the fix.

John.

Discussion

  • John Beranek

    John Beranek - 2009-11-30

    Patch for xdiskusage 1.48

     
  • Bill Spitzak

    Bill Spitzak - 2009-12-03

    Newest CVS has (int)(long)(ptr) as the cast which is how I fixed this before.

     
  • Bill Spitzak

    Bill Spitzak - 2014-11-20
    • status: open --> closed-fixed
    • Group: -->
     

Log in to post a comment.