We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a2f9cc commit cdba96dCopy full SHA for cdba96d
mccode/src/port.c
@@ -39,7 +39,7 @@ int strcasecmp(char *s1, char *s2)
39
#ifndef HAVE_FDOPEN
40
FILE *fdopen(int descr, const char *mode)
41
{
42
- fatal_error("The '-' argument for standard input and output is not supported"
+ fprintf(stderr, "The '-' argument for standard input and output is not supported"
43
" on this system.");
44
return(NULL);
45
}
0 commit comments