X-Git-Url: https://secure.softndesign.org/git/?a=blobdiff_plain;f=code.c;h=70b170ec1857b88391215f1095769c6342651536;hb=5e0c5bc840f7c64e93c7860cf89a058718dfeedc;hp=6f04c182c78267dd6f5e5a0124a6cc59764fe5f1;hpb=5f83300ce6a5da27e68085bddce47b736cfdea79;p=compress.git diff --git a/code.c b/code.c index 6f04c18..70b170e 100644 --- a/code.c +++ b/code.c @@ -46,7 +46,7 @@ int codcpy (char *dst, size_t n, char *src) return i; } } - VERBOSE (ERROR, _fprintf (stdout, "Buffer too short\n")); + VERBOSE (ERROR, myfprintf (stdout, "Buffer too short\n")); return -1; }