X-Git-Url: https://secure.softndesign.org/git/?a=blobdiff_plain;f=code.c;h=70b170ec1857b88391215f1095769c6342651536;hb=5e0c5bc840f7c64e93c7860cf89a058718dfeedc;hp=17ef4d0ef9b43f07d40d6d19bc6ae4ceba758a86;hpb=c9987f3b01b7d9c14c358b862d7a8d174476e569;p=compress.git diff --git a/code.c b/code.c index 17ef4d0..70b170e 100644 --- a/code.c +++ b/code.c @@ -1,6 +1,8 @@ #include #include + #include "debug.h" +#include "fprintf.h" #include "code.h" @@ -44,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; } @@ -62,4 +64,4 @@ int codlen (char *code) return i; } -// vim: ts=4 sw=4 et +/* vim: set ts=4 sw=4 et */