Skip to content

Commit

Permalink
Add cast.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@85497 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
kalibera committed Nov 9, 2023
1 parent 723225e commit 10e3a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/startup.c
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ static void SetMaxSize(R_size_t vsize, R_size_t nsize)
snprintf(msg, 1024,
"WARNING: too small maximum for language heap (n)size '%lu' ignored,"
" the current usage '%lu' is already larger\n",
(unsigned long) nsize, R_NSize);
(unsigned long) nsize, (unsigned long) R_NSize);
R_ShowMessage(msg);
}
}
Expand Down

0 comments on commit 10e3a05

Please sign in to comment.