Fix character lengths calculation for moedict entries
This commit is contained in:
parent
7d52fde387
commit
90b86df4b4
@ -337,7 +337,7 @@ private fun createMoedictEntries(connection: Connection) {
|
||||
heteronym.definitions
|
||||
)
|
||||
)
|
||||
insertStatement.setInt(11, entry.title.length)
|
||||
insertStatement.setInt(11, traditional.length)
|
||||
} catch (_: Exception) {
|
||||
// no-op
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user