Correct file name in error messages.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3757
This commit is contained in:
Tom Hughes
2005-05-17 11:03:52 +00:00
parent 338b7b1a55
commit 35f7bae2f3

View File

@@ -127,12 +127,12 @@ static Int allocate_segname ( const HChar* name )
segnames_used++;
} else {
VG_(printf)(
"coregrind/vg_memory.c:\n"
"coregrind/m_aspacemgr/aspacemgr.c:\n"
" VG_N_SEGNAMES is too small: "
"increase it and rebuild Valgrind.\n"
);
VG_(printf)(
"coregrind/vg_memory.c:\n"
"coregrind/m_aspacemgr/aspacemgr.c:\n"
" giving up now.\n\n"
);
VG_(exit)(0);