Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rampaa committed Dec 22, 2023
1 parent f261152 commit 5744296
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions JL.Core/Dicts/EDICT/JMdict/JmdictRecordBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ public static void AddToDictionary(JmdictEntry entry, Dictionary<string, IList<I

if (recordDictionary.ContainsKey(key))
{
++index;
continue;
}

Expand Down Expand Up @@ -226,6 +227,7 @@ public static void AddToDictionary(JmdictEntry entry, Dictionary<string, IList<I
// record.Priorities = kanjiElement.KePriList

recordDictionary.Add(key, record);

++index;

if (i is 0 && allSpellingsWithoutSearchOnlyForms.Count is 0)
Expand Down

0 comments on commit 5744296

Please sign in to comment.