Index: trunk/src_plugins/fp_fs/fp_fs.c =================================================================== --- trunk/src_plugins/fp_fs/fp_fs.c (revision 29151) +++ trunk/src_plugins/fp_fs/fp_fs.c (revision 29152) @@ -97,7 +97,7 @@ end = e->data.fp.loc_info = malloc(sl+nl+3); memcpy(end, subdir, sl); end += sl; - *end = '/'; end++; + *end = PCB_DIR_SEPARATOR_C; end++; memcpy(end, name, nl+1); end += nl; }