Menu

#5 incorrect size of fn[] array in read_alloc.c

open
nobody
None
5
2010-12-09
2010-12-09
No

char *fn[9];

should be replaced with

char *fn[10];

if it is necessary to store filename for .calib file.

Discussion


Log in to post a comment.