From 217af7dfc0fe583b94f67a8799944f62a8767b8a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rendek=20R=C3=B3bert?= Date: Tue, 3 Oct 2017 14:46:06 +0000 Subject: [PATCH] git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube;C30518 --- .../src/user/commons/nexio/NexioClipEventDispatcher.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/user.jobengine.osgi.commons/src/user/commons/nexio/NexioClipEventDispatcher.java b/server/user.jobengine.osgi.commons/src/user/commons/nexio/NexioClipEventDispatcher.java index e7d8db2d..54378da1 100644 --- a/server/user.jobengine.osgi.commons/src/user/commons/nexio/NexioClipEventDispatcher.java +++ b/server/user.jobengine.osgi.commons/src/user/commons/nexio/NexioClipEventDispatcher.java @@ -208,7 +208,7 @@ public class NexioClipEventDispatcher implements ClipEventListener { System.out.println(e); } try{ - jsClip.put(EXTAGENCY, clip.getExtendedField(GetExtendedFieldCommand.FN_AGENCY)); + jsClip.put(EXTAGENCY, new String(clip.getExtendedField(GetExtendedFieldCommand.FN_AGENCY))); }catch(Exception e){ System.out.println(e); } -- 2.54.0