Skip to content

Commit

Permalink
adapted to latest/greatest ticcutils
Browse files Browse the repository at this point in the history
  • Loading branch information
kosloot committed Dec 7, 2022
1 parent a0c133b commit 8beac6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ LIBS="$ICU_LIBS $LIBS"

AX_LIB_READLINE

PKG_CHECK_MODULES([ticcutils], [ticcutils >= 0.28] )
PKG_CHECK_MODULES([ticcutils], [ticcutils >= 0.30] )

CXXFLAGS="$CXXFLAGS $ticcutils_CFLAGS"
LIBS="$ticcutils_LIBS $LIBS"
Expand Down
2 changes: 1 addition & 1 deletion src/mbma_mod.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@ void Mbma::Classify( frog_record& fd ){
}
// HACK! for now remove any whitespace!
vector<UnicodeString> parts = TiCC::split( word );
word = TiCC::join( parts, "" );
word = TiCC::u_join( parts, "" );
if ( filter ){
word = filter->filter( word );
}
Expand Down

0 comments on commit 8beac6e

Please sign in to comment.