mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-09 00:53:10 +00:00
Remove debug printout from 9dd9181427
This commit is contained in:
@@ -248,8 +248,6 @@ _bfd_real_fopen (const char *filename, const char *modes)
|
|||||||
MultiByteToWideChar (cp, 0, modes, -1, modesW, sizeof(modesW));
|
MultiByteToWideChar (cp, 0, modes, -1, modesW, sizeof(modesW));
|
||||||
|
|
||||||
FILE * file = _wfopen (fullPath, modesW);
|
FILE * file = _wfopen (fullPath, modesW);
|
||||||
if (!file)
|
|
||||||
perror("Error opening file");
|
|
||||||
free (fullPath);
|
free (fullPath);
|
||||||
|
|
||||||
return close_on_exec (file);
|
return close_on_exec (file);
|
||||||
|
|||||||
Reference in New Issue
Block a user