* Smake (GNULIB_MODULES): Don't depend on memmem module, because
[pspp-builds.git] / src / ui / terminal / msg-ui.c
index fb0e7557e2e017da38c9b4c41f8715b3122a0ba2..b03efb95e5712456cc5929dd42ab7f61cb75d3c4 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "msg-ui.h"
 
-#include "linebreak.h"
+#include "unilbrk.h"
 #include "localcharset.h"
 
 #include <libpspp/msg-locator.h>
@@ -224,7 +224,7 @@ dump_message (char *msg, unsigned width, unsigned indent,
   /* Break into lines. */
   if (indent > width / 3)
     indent = width / 3;
-  mbs_width_linebreaks (string, length,
+  ulc_width_linebreaks (string, length,
                         width - indent, -indent, 0,
                         NULL, locale_charset (), breaks);