From efc878dc634cdbf9ba976858ee6872fc7a59b485 Mon Sep 17 00:00:00 2001 From: nsensfel Date: Mon, 9 Sep 2019 16:56:57 +0200 Subject: Spotted a mistake in shr_equipment. I expected Dialyzer to point out this kind of error, though... --- src/shared/reply/shr_add_glyph.erl | 1 + 1 file changed, 1 insertion(+) (limited to 'src/shared/reply') diff --git a/src/shared/reply/shr_add_glyph.erl b/src/shared/reply/shr_add_glyph.erl index 2e4a259..cea10d2 100644 --- a/src/shared/reply/shr_add_glyph.erl +++ b/src/shared/reply/shr_add_glyph.erl @@ -23,6 +23,7 @@ generate (Glyph) -> {<<"msg">>, <<"add_glyph">>}, {<<"id">>, shr_glyph:get_id(Glyph)}, {<<"nam">>, shr_glyph:get_name(Glyph)}, + {<<"fam">>, shr_glyph:get_family_id(Glyph)}, {<<"omni">>, shr_omnimods:encode(shr_glyph:get_omnimods(Glyph))} ] }. -- cgit v1.2.3-70-g09d2