Merge with ns-3-dev

This commit is contained in:
Kirill Andreev
2009-04-29 18:26:25 +04:00
97 changed files with 7132 additions and 401 deletions

View File

@@ -1292,6 +1292,12 @@ sub read_gcno_file($)
{
next;
}
#added because if length is zero the following
#reading process will die, it will read garbage
if ($length == 0)
{
next;
}
($blocks, $filename) =
read_gcno_string(*INPUT, $endianness);
if ($blocks > 1)