Changeset a105012 for zephyr.c


Ignore:
Timestamp:
Jul 16, 2011, 1:08:21 AM (13 years ago)
Author:
GitHub Merge Button <merge-button@github.com>
Parents:
b711711 (diff), b8f7962 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:
Merge b8f79620c0726878681d823e0d2b042d03c998a0 into b7117112ee9d20379a32ee09e7ca4c1a223bef1c
File:
1 edited

Legend:

Unmodified
Added
Removed
  • zephyr.c

    rb8f7962 rc855755  
    3838    return g_strdup(input);
    3939  else
    40     return g_strdup_printf("%s/%s", owl_global_get_homedir(&g), name);
     40    return g_build_filename(owl_global_get_homedir(&g), name, NULL);
    4141}
    4242
Note: See TracChangeset for help on using the changeset viewer.