Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 99ddc8c

Browse files
committed
Convert another %s to %ls.
1 parent 9a89e96 commit 99ddc8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ Py_Main(int argc, wchar_t **argv)
539539

540540
if (sts==-1 && filename!=NULL) {
541541
if ((fp = _wfopen(filename, L"r")) == NULL) {
542-
fprintf(stderr, "%s: can't open file '%ls': [Errno %d] %s\n",
542+
fprintf(stderr, "%ls: can't open file '%ls': [Errno %d] %s\n",
543543
argv[0], filename, errno, strerror(errno));
544544

545545
return 2;

0 commit comments

Comments
 (0)