git-svn-id: https://svn.osgeo.org/grass/grass/trunk@57847 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -30,8 +30,8 @@ char **I_list_subgroups(const char *group, int *subgs_num)
This approach should make the function usable in more cases. */
char **subgs;
- char *path[GPATH_MAX];
- char *buf[GPATH_MAX];
+ char path[GPATH_MAX];
+ char buf[GPATH_MAX];
const char *mapset;
struct stat sb;