fix-deprecated-const-03.patch 373 B

123456789101112
  1. --- server/gam_subscription.c.orig 2011-10-18 16:09:04.817780682 +0200
  2. +++ server/gam_subscription.c 2011-10-18 16:09:01.965780543 +0200
  3. @@ -141,7 +141,7 @@
  4. * @param sub the GamSubscription
  5. * @returns The path being monitored. It should not be freed.
  6. */
  7. -G_CONST_RETURN char *
  8. +const char *
  9. gam_subscription_get_path(GamSubscription * sub)
  10. {
  11. if (sub == NULL)