]> saetta.ns0.it Git - solipa/libsolipa/commitdiff
Sostituita funziona strrchr con g_strrstr.
authorAndrea Zagli <azagli@libero.it>
Sun, 20 Feb 2011 08:49:08 +0000 (09:49 +0100)
committerAndrea Zagli <azagli@libero.it>
Sun, 20 Feb 2011 08:49:08 +0000 (09:49 +0100)
src/solipa.c

index 86ac2e79893ed25642aae2c226c2acfdc9476862..e6476a25cb37ccf9d6034c1a098a504eeacb4f0e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * 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
@@ -110,7 +110,7 @@ Solipa
 
        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))