From: buliabyak Date: Mon, 1 Sep 2008 20:52:19 +0000 (+0000) Subject: I don't have this function, must be a recent addition to glib? replaced by a more... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=39ef03e72b4fbab071877565d39ec4cf5ddcb273;p=inkscape.git I don't have this function, must be a recent addition to glib? replaced by a more standard one --- diff --git a/src/nodepath.cpp b/src/nodepath.cpp index c888e7953..e049c40df 100644 --- a/src/nodepath.cpp +++ b/src/nodepath.cpp @@ -1386,7 +1386,7 @@ sculpt_profile (double x, double alpha, guint profile) result = sqrt(1 - x*x); break; default: - g_warn_if_reached(); + g_assert_not_reached(); } }