]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/ff-string.c
Fastbuf: Fix possible memory leak in new bprintf()
[libucw.git] / ucw / ff-string.c
index e3cb33da86270d3a2af1bdcf9e88c67d3faf745a..ed7815bc7028c472022feb057302d09a42577e12 100644 (file)
@@ -8,10 +8,10 @@
  *     of the GNU Lesser General Public License.
  */
 
-#include "ucw/lib.h"
-#include "ucw/fastbuf.h"
-#include "ucw/mempool.h"
-#include "ucw/bbuf.h"
+#include <ucw/lib.h>
+#include <ucw/fastbuf.h>
+#include <ucw/mempool.h>
+#include <ucw/bbuf.h>
 
 char *                                 /* Non-standard */
 bgets(struct fastbuf *f, char *b, uns l)