Commit 4bd9a379 authored by Claes Sjofors's avatar Claes Sjofors

Fix in WebGraph build method

parent 977947f6
......@@ -801,6 +801,7 @@ void wb_build::webgraph( pwr_tOid oid)
char msg[200];
sprintf( msg, "Graph for %s not found", java_name);
MsgWindow::message('E', msg, msgw_ePop_Yes, oid);
m_sts = PWRB__NOBUILT;
return;
}
}
......
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