Sophie

Sophie

distrib > Mageia > 7 > x86_64 > by-pkgid > 102c512406d123de83c5282b9a554615 > files > 1

drgeo-1.1.0-8.mga7.src.rpm

# From: Francisco Manuel Garcia Claramonte
# Subject: This patch fix the problem with the segfault problem when doing
# Last-Update: 08-05-2012

--- a/geo/drgeo_figure.cc
+++ b/geo/drgeo_figure.cc
@@ -1309,7 +1309,7 @@
 gint
 drgeoFigure::preferedUndoLevel ()
 {
-  atoi (drgeoConfigGet (":undoLevel"));
+  return atoi (drgeoConfigGet (":undoLevel"));
 }
 
 void