From c69fe90821bba84c70b020a2504fe4ed63072158 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Thu, 20 Dec 2018 14:44:41 +0100 Subject: ... --- src/shared/reply/shr_set_inventory.erl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/shared/reply') diff --git a/src/shared/reply/shr_set_inventory.erl b/src/shared/reply/shr_set_inventory.erl index 8c04606..61ba336 100644 --- a/src/shared/reply/shr_set_inventory.erl +++ b/src/shared/reply/shr_set_inventory.erl @@ -12,8 +12,8 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% LOCAL FUNCTIONS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% --spec encode_set (sets:set(binary())) -> list(binary()). -encode_set (Set) -> sets:to_list(Set). +-spec encode_set (ordsets:ordset(binary())) -> list(binary()). +encode_set (Set) -> ordsets:to_list(Set). %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% EXPORTED FUNCTIONS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -- cgit v1.2.3-70-g09d2