X-Git-Url: https://secure.softndesign.org/git/?a=blobdiff_plain;f=code.c;h=70b170ec1857b88391215f1095769c6342651536;hb=5e0c5bc840f7c64e93c7860cf89a058718dfeedc;hp=d8ef5da72d2de038631a0e4c68c035f51511ebe3;hpb=d3dbaf9870630d2724b1d22a370184da7954f3a5;p=compress.git diff --git a/code.c b/code.c index d8ef5da..70b170e 100644 --- a/code.c +++ b/code.c @@ -1,4 +1,8 @@ +#include +#include + #include "debug.h" +#include "fprintf.h" #include "code.h" @@ -42,7 +46,7 @@ int codcpy (char *dst, size_t n, char *src) return i; } } - VERBOSE (ERROR, printf ("Buffer too short\n")); + VERBOSE (ERROR, myfprintf (stdout, "Buffer too short\n")); return -1; } @@ -60,4 +64,4 @@ int codlen (char *code) return i; } -// vim: ts=4 sw=4 et +/* vim: set ts=4 sw=4 et */