Commit e3d749f6 authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

Split.c: Fix wrong function names in TEST output

parent 0a2a9da3
......@@ -492,14 +492,14 @@ void nxagentReleaseSplit(DrawablePtr pDrawable)
"commits are invalid.\n", pResource -> split);
#endif
FatalError("nxagentCheckSplit: PANIC! Found a region for resource [%d] but the "
FatalError("nxagentReleaseSplit: PANIC! Found a region for resource [%d] but the "
"commits are invalid.\n", pResource -> split);
}
#endif
#ifdef TEST
fprintf(stderr, "nxagentValidateSplit: Aborting the data transfer for resource [%d].\n",
fprintf(stderr, "nxagentReleaseSplit: Aborting the data transfer for resource [%d].\n",
pResource -> split);
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment