Skip to content

Commit ba1af90

Browse files
committed
one more fixup
1 parent b1efad3 commit ba1af90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test-multibyte.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ extern "C" SEXP sourcetools_print_multibyte(SEXP dataSEXP)
5959

6060
if (length == -1)
6161
{
62-
Rf_warning("Invalid multibyte character at index %i\n", it - data);
62+
Rf_warning("Invalid multibyte character at index %li\n", (long) (it - data));
6363
++it;
6464
continue;
6565
}

0 commit comments

Comments
 (0)