Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EionRobb/skype4pidgin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'skype_messaging_dbus.c')
-rw-r--r--skype_messaging_dbus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/skype_messaging_dbus.c b/skype_messaging_dbus.c
index 1dfc35c..5369d4b 100644
--- a/skype_messaging_dbus.c
+++ b/skype_messaging_dbus.c
@@ -143,7 +143,7 @@ is_skype_running()
int pid;
gchar* stat_path;
FILE *fh;
- gchar exec_name[15];
+ gchar exec_name[16];
struct stat *statobj = g_new(struct stat, 1);
//open /proc
GDir *procdir = g_dir_open("/proc", 0, NULL);