X-Git-Url: https://secure.softndesign.org/git/?a=blobdiff_plain;f=code.c;h=6f04c182c78267dd6f5e5a0124a6cc59764fe5f1;hb=5f83300ce6a5da27e68085bddce47b736cfdea79;hp=17ef4d0ef9b43f07d40d6d19bc6ae4ceba758a86;hpb=c9987f3b01b7d9c14c358b862d7a8d174476e569;p=compress.git diff --git a/code.c b/code.c index 17ef4d0..6f04c18 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, _fprintf (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 */