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 b1efad3 commit ba1af90Copy full SHA for ba1af90
src/test-multibyte.cpp
@@ -59,7 +59,7 @@ extern "C" SEXP sourcetools_print_multibyte(SEXP dataSEXP)
59
60
if (length == -1)
61
{
62
- Rf_warning("Invalid multibyte character at index %i\n", it - data);
+ Rf_warning("Invalid multibyte character at index %li\n", (long) (it - data));
63
++it;
64
continue;
65
}
0 commit comments