/*
- * Copyright (C) 2010 Andrea Zagli <azagli@libero.it>
+ * Copyright (C) 2010-2011 Andrea Zagli <azagli@libero.it>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
moddir = g_win32_get_package_installation_directory_of_module (NULL);
- p = strrchr (moddir, G_DIR_SEPARATOR);
+ p = g_strrstr (moddir, g_strdup_printf ("%c", G_DIR_SEPARATOR));
if (p != NULL
&& (g_ascii_strcasecmp (p + 1, "src") == 0
|| g_ascii_strcasecmp (p + 1, ".libs") == 0))