Index: trunk/src_plugins/lib_vfs/lib_vfs.c =================================================================== --- trunk/src_plugins/lib_vfs/lib_vfs.c (revision 23999) +++ trunk/src_plugins/lib_vfs/lib_vfs.c (revision 24000) @@ -70,7 +70,7 @@ pcb_propset_ctx_t sctx; sctx.s = data->array; TODO("convert the other fields as well"); - return pcb_propsel_set(pctx, path, &sctx); + return pcb_propsel_set(pctx, path, &sctx) == 1; }