File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -4980,18 +4980,18 @@ function(x, ...)
49804980 " Note: found %d marked UTF-8 string" ,
49814981 " Note: found %d marked UTF-8 strings" ), n )
49824982 },
4983- if (n <- x $ bytes ) { # # elevated to a Warning in 4.5.0
4984- sprintf(
4985- ngettext(n ,
4986- " Warning: found %d string marked as \" bytes\" " ,
4987- " Warning: found %d strings marked as \" bytes\" " ), n )
4988- },
4989- # # if((n <- x$bytes) && !suppress_notes) {
4983+ # # if(n <- x$bytes) { ## elevated to a Warning in 4.5.0
49904984 # # sprintf(
49914985 # # ngettext(n,
4992- # # "Note : found %d string marked as \"bytes\"",
4993- # # "Note : found %d strings marked as \"bytes\""), n)
4986+ # # "Warning : found %d string marked as \"bytes\"",
4987+ # # "Warning : found %d strings marked as \"bytes\""), n)
49944988 # # },
4989+ if ((n <- x $ bytes ) && ! suppress_notes ) {
4990+ sprintf(
4991+ ngettext(n ,
4992+ " Note: found %d string marked as \" bytes\" " ,
4993+ " Note: found %d strings marked as \" bytes\" " ), n )
4994+ },
49954995 if (nr <- nrow(x $ unknown )) {
49964996 msg <- ngettext(nr ,
49974997 " Warning: found non-ASCII string" ,
You can’t perform that action at this time.
0 commit comments