Menu

#11 imageview sometimes can't find dump files

closed-accepted
Tools (4)
5
2007-01-30
2007-01-30
No

I think that the following change needs to be made to main.c.

diff -r1.2 main.c
45c45
< globalImageFile = malloc(strlen(optarg+1));
---
> globalImageFile = malloc(strlen(optarg)+1);

Discussion

  • Stephen Balakirsky

    Logged In: YES
    user_id=1323519
    Originator: NO

    Fixed. Thanks for the bug catch!

     
  • Stephen Balakirsky

    • assigned_to: nobody --> dr_steveb
    • status: open --> closed-accepted
     

Log in to post a comment.