From 379826484660ea08598968c48a1d3b3b2f0349d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Sun, 23 May 2004 14:46:17 +0000 Subject: [PATCH] make it compile --- binfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binfile.c b/binfile.c index 4b5535e9..258f8de2 100644 --- a/binfile.c +++ b/binfile.c @@ -333,7 +333,7 @@ read_symbols (BinFile *bf) #if 0 symbol.name = g_strdup_printf ("%s (%s)", name, bf->filename); #endif - symbol.name = g_strdup ("%s", name); + symbol.name = g_strdup (name); free (name); g_array_append_vals (symbols, &symbol, 1);