diff --git a/src/BRepFill/BRepFill_Sweep.cxx b/src/BRepFill/BRepFill_Sweep.cxx index 793f98cd3f..3ffb8630e7 100755 --- a/src/BRepFill/BRepFill_Sweep.cxx +++ b/src/BRepFill/BRepFill_Sweep.cxx @@ -568,11 +568,8 @@ static void BuildFace(const Handle(Geom_Surface)& S, WW = B.Wire(); #if DRAW - if (Affich) { - char* name; - sprintf(name,"wire-on-face"); - DBRep::Set(name, WW); - } + if (Affich) + DBRep::Set("wire-on-face", WW); #endif // Construction of the face.