We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cbbb57 commit 81fa199Copy full SHA for 81fa199
src/farsi.c
@@ -1813,7 +1813,7 @@ conv_to_pvim()
1813
ptr[i] = toF_leading(ptr[i]);
1814
++i;
1815
1816
- while(canF_Rjoin(ptr[i]) && (i < llen))
+ while (canF_Rjoin(ptr[i]) && i < llen)
1817
{
1818
ptr[i] = toF_Rjoin(ptr[i]);
1819
if (F_isterm(ptr[i]) || !F_isalpha(ptr[i]))
src/version.c
@@ -714,6 +714,8 @@ static char *(features[]) =
714
715
static int included_patches[] =
716
{ /* Add new patch number below this line */
717
+/**/
718
+ 601,
719
/**/
720
600,
721
0 commit comments