summaryrefslogtreecommitdiff
path: root/librsvg
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2000-06-18 09:54:57 +0000
committerGeorge Lebl <jirka@src.gnome.org>2000-06-18 09:54:57 +0000
commit30675e99d6a6ffadd366bfe128863c005f5e1d13 (patch)
treea0094251089aa887639100b5d1e0b08cdefa48e7 /librsvg
parent3db19cf0ab2fc138fd9c1e6c2e3ad6f2bd91d8c9 (diff)
downloadnautilus-30675e99d6a6ffadd366bfe128863c005f5e1d13.tar.gz
s/g_str_freev/g_strfreev/ as that's the correct glib name
Sun Jun 18 02:50:47 2000 George Lebl <jirka@5z.com> * components/help/help-method.c (file_in_info_path): s/g_str_freev/g_strfreev/ as that's the correct glib name * components/help/hyperbola-main.c, components/help/hyperbola-nav-index.c, components/help/hyperbola-nav-search.c components/help/hyperbola-nav-tree.c, components/help/hyperbola-nav.h: Use hyperbola-nav.h as a header to put the prototypes from the hyperbola-nav-*.c files. And include this file in hyperbola-main.c and hyperbola-nav-*.c * libnautilus-extensions/nautilus-global-preferences.c (global_preferences_register_boolean_with_defaults) (global_preferences_register_enum_with_defaults), libnautilus-extensions/nautilus-preferences.c (preferences_hash_node_check_changes_func) (user_level_changed_callback): use GU?INT_TO_POINTER and GPOINTER_TO_U?INT macros to get and pass ints and uints as pointers. * librsvg/rsvg-bpath-util.c, test/nautilus-leak-checker.c: include <string.h> * test/nautilus-leak-checker.c (nautilus_leak_record_malloc) (nautilus_leak_record_realloc) (nautilus_leak_record_free) (print_one_leak): Store pointers in gulongs not guints and when printing size_t, cast to long and use %ld. * test/nautilus-leak-symbol-lookup.c (nautilus_leak_symbol_map_get_offsets): When reading in gint64, check if long is actually 64bit, in which case use %lx otherwise use %Lx for sscanf.
Diffstat (limited to 'librsvg')
-rw-r--r--librsvg/rsvg-bpath-util.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/librsvg/rsvg-bpath-util.c b/librsvg/rsvg-bpath-util.c
index b6556d77c..7e499371c 100644
--- a/librsvg/rsvg-bpath-util.c
+++ b/librsvg/rsvg-bpath-util.c
@@ -24,6 +24,7 @@
#include <config.h>
#include <glib.h>
#include <math.h>
+#include <string.h>
#include "rsvg-bpath-util.h"
/* This is adapted from gnome-canvas-bpath-util in libgnomeprint