]> 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:56:23 +0000 (18:56 +0000)
committerhadaq <hadaq>
Tue, 17 Jun 2008 18:56:23 +0000 (18:56 +0000)
commitfe711dd5782d137497097eba579088bd05e45ab0
treead762ab15025f3fddf1dcd93749d50c7fe47c423
parent33031853dbe5f5acbfc6f67b920a6679caba6a2e
#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/netmem.c