Menu

#11 long filenames are cropped

v1.0 (example)
closed-fixed
nobody
None
5
2015-10-10
2015-06-25
No

htp.c line 323 should be changed from
char textline[128];
to
char textline[256];

Discussion

  • Jochen Hoenicke

    Jochen Hoenicke - 2015-06-26

    This problem was fixed a year ago, but unfortunately there was no new release. I will see if I can make a new release in the next weeks.

    See https://sourceforge.net/p/htp/code/208/

     
  • Jochen Hoenicke

    Jochen Hoenicke - 2015-10-10
    • status: open --> closed-fixed
     

Log in to post a comment.