From 494b252bc430c57fca659919a28423b247a6e6e5 Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Fri, 12 Apr 2013 08:54:56 +0200 Subject: [PATCH] error on import --- ykpers-json.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ykpers-json.c b/ykpers-json.c index bc1c545..13c98c1 100644 --- a/ykpers-json.c +++ b/ykpers-json.c @@ -205,6 +205,7 @@ int ykp_json_export_cfg(const YKP_CONFIG *cfg, char *json, size_t len) { } int ykp_json_import_cfg(const char *json, size_t len, YKP_CONFIG *cfg) { + ykp_errno = YKP_ENOTYETIMPL; return 0; } -- 2.39.5