[memprof: 17/76] process.c: Use the symbol, it looks like it was meant to be used...



commit 71108a60c4aff109b0dde4ee1006a61f2d5335d4
Author: Holger Hans Peter Freyther <zecke selfish org>
Date:   Thu Jun 4 13:08:20 2009 +0200

    process.c: Use the symbol, it looks like it was meant to be used...

 src/process.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/process.c b/src/process.c
index a508913..1ab10a0 100644
--- a/src/process.c
+++ b/src/process.c
@@ -955,7 +955,7 @@ symbol_hash  (gconstpointer s)
 {
 	const char *symbol = s;
 
-	return g_str_hash (s);
+	return g_str_hash (symbol);
 }
 
 char *



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