c/99275 - fix missing space in diagnostic
authorRichard Biener <rguenther@suse.de>
Fri, 26 Feb 2021 07:50:17 +0000 (08:50 +0100)
committerRichard Biener <rguenther@suse.de>
Fri, 26 Feb 2021 07:51:33 +0000 (08:51 +0100)
This fixes a missing space as reported by translators.

2021-02-26  Richard Biener  <rguenther@suse.de>

PR c/99275
* builtins.c (warn_string_no_nul): Fix diagnostic formatting.

gcc/builtins.c

index d804b0e..18be93c 100644 (file)
@@ -1178,7 +1178,7 @@ warn_string_no_nul (location_t loc, tree expr, const char *fname,
        }
       else
        warned = warning_at (loc, OPT_Wstringop_overread,
-                            "%qsargument missing terminating nul",
+                            "%qs argument missing terminating nul",
                             fname);
     }