aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-02-08 14:04:25 +0000
committerChristian Grothoff <christian@grothoff.org>2012-02-08 14:04:25 +0000
commitb0356fbd7f526ed1525edd9c771e284de5ab622e (patch)
tree277d3b1aa501f8395e1ff3e46f79859fa8ffb2c1
parentc1091136df7ac8da8fda551702f57b1a22535195 (diff)
downloadgnunet-gtk-b0356fbd7f526ed1525edd9c771e284de5ab622e.tar.gz
gnunet-gtk-b0356fbd7f526ed1525edd9c771e284de5ab622e.zip
-fixing #2119
-rw-r--r--src/lib/os_installation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/os_installation.c b/src/lib/os_installation.c
index 69522c73..c65da5f5 100644
--- a/src/lib/os_installation.c
+++ b/src/lib/os_installation.c
@@ -58,7 +58,7 @@ get_path_from_proc_maps ()
58 { 58 {
59 if ((1 == 59 if ((1 ==
60 sscanf (line, "%*x-%*x %*c%*c%*c%*c %*x %*2u:%*2u %*u%*[ ]%s", dir)) && 60 sscanf (line, "%*x-%*x %*c%*c%*c%*c %*x %*2u:%*2u %*u%*[ ]%s", dir)) &&
61 (NULL != (lgu = strstr (dir, "gnunet-gtk")))) 61 (NULL != (lgu = strstr (dir, "libgnunetgtk.so"))))
62 { 62 {
63 lgu[0] = '\0'; 63 lgu[0] = '\0';
64 fclose (f); 64 fclose (f);