fix-deprecated-const-01.patch 380 B

1234567891011
  1. --- server/gam_node.c.orig 2011-10-18 16:09:04.873780685 +0200
  2. +++ server/gam_node.c 2011-10-18 16:09:01.965780543 +0200
  3. @@ -122,7 +122,7 @@
  4. * it has finished with the string. If it must keep it longer, it
  5. * should makes its own copy. The returned string must not be freed.
  6. */
  7. -G_CONST_RETURN char *
  8. +const char *
  9. gam_node_get_path(GamNode * node)
  10. {
  11. g_assert(node);