Hi,
About this part:
if (ff_error == EOL_DOS)
{
- STRCAT(IObuff, _("[CR missing]"));
+ buflen += vim_snprintf((char *)IObuff + buflen, IOSIZE -
buflen,
+ _("CR missing"));
c = TRUE;
}
Shouldn't the _() call that was added (changed) use [] around the text as
well?
Christ van Willegen
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/vim_dev/CA%2BOt1Ow5YzKXyEa9VXYu3YoSZ01NdxkwnZ55u%3DEo66PKGuCV_A%40mail.gmail.com.