[librsvg: 1/9] Clarify the meaning of a panic



commit 51f9b841ceb20c35384b9eda351f82fa2b96ec0c
Author: Federico Mena Quintero <federico gnome org>
Date:   Wed Jul 24 12:09:41 2019 -0500

    Clarify the meaning of a panic

 librsvg/rsvg-handle.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/librsvg/rsvg-handle.c b/librsvg/rsvg-handle.c
index 36b789ea..4732cf06 100644
--- a/librsvg/rsvg-handle.c
+++ b/librsvg/rsvg-handle.c
@@ -202,8 +202,8 @@
  * order, librsvg will just emit a g_critical() message in those cases.
  *
  * New methods introduced in librsvg 2.46 and later will check for the correct
- * ordering, and panic if they are called out of order.  Please check all calls for
- * errors!
+ * ordering, and panic if they are called out of order &mdash; this will abort
+ * the program as if it had a failed assertion.
  */
 
 /***** Begin documentation for RsvgHandle properties *****/


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]