bug-readline
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-readline] Typoo in aclocal.m4 in readline-6.3 [patch]


From: Enrique Perez-Terron
Subject: [Bug-readline] Typoo in aclocal.m4 in readline-6.3 [patch]
Date: Fri, 08 May 2015 03:32:32 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0

Typoo:
In readline-6.3, file aclocal.m4 in line 1787:
the second occurrence of "width" has mistakenly been spelled "wdith".


$ diff -u aclocal.m4 new-aclocal.m4
--- aclocal.m4  2013-10-21 00:37:50.000000000 +0200
+++ new-aclocal.m4      2015-05-08 03:25:23.535304500 +0200
@@ -1784,7 +1784,7 @@
         exit (w == 0);  /* exit 0 if wcwidth broken */
 }
 ],
-bash_cv_wcwidth_broken=yes, bash_cv_wcwdith_broken=no,
bash_cv_wcwidth_broken=no)])
+bash_cv_wcwidth_broken=yes, bash_cv_wcwidth_broken=no,
bash_cv_wcwidth_broken=no)])
 if test "$bash_cv_wcwidth_broken" = yes; then
         AC_DEFINE(WCWIDTH_BROKEN, 1, [wcwidth is usually not broken])
 fi

Regards,
Enrique



reply via email to

[Prev in Thread] Current Thread [Next in Thread]