]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commit
#include <libgen.h>! Without this it was craching at basename (argv[0]) on 64 bit...
authorhadaq <hadaq>
Tue, 17 Jun 2008 18:51:06 +0000 (18:51 +0000)
committerhadaq <hadaq>
Tue, 17 Jun 2008 18:51:06 +0000 (18:51 +0000)
commit33031853dbe5f5acbfc6f67b920a6679caba6a2e
tree13a632aaef5e4b93b2a8fbea49b40a045f0592a0
parent7e63a6829bf0b453e748f5ca0a0a3d7fac1802eb
#include <libgen.h>! Without this it was craching at basename (argv[0]) on 64 bit platform as it assumed that the return value of basename is int (32 bit) but the pointer is 64 bit! Sergey Yurevich.
hadaq/evtbuild.c