Index: /trunk/kProfiler2/prfreader.cpp.h
===================================================================
--- /trunk/kProfiler2/prfreader.cpp.h	(revision 9)
+++ /trunk/kProfiler2/prfreader.cpp.h	(revision 10)
@@ -1211,5 +1211,5 @@
                             "    <td class=\"Calls\">%" KPRF_FMT_U64 "</td><td Class=\"Parts\">",
                             pFunc->cCalls);
-                    KPRF_NAME(HtmlWriteParts)(pOut, pFunc->cOnStack, pReport->cCalls);
+                    KPRF_NAME(HtmlWriteParts)(pOut, pFunc->cCalls, pReport->cCalls);
                     fprintf(pOut,       "</td>\n");
                     break;
