]> mj.ucw.cz Git - libucw.git/blobdiff - images/image-tool.c
Libucw: Be able to use public tmp directory.
[libucw.git] / images / image-tool.c
index e1717569f86ef165331c2856442fc452ac07be13..1984906e97de6c6f948a6022b64d744da7a19a75 100644 (file)
@@ -7,8 +7,8 @@
  *     of the GNU General Public License.
  */
 
  *     of the GNU General Public License.
  */
 
-#include "lib/lib.h"
-#include "lib/fastbuf.h"
+#include "ucw/lib.h"
+#include "ucw/fastbuf.h"
 #include "images/images.h"
 #include "images/color.h"
 
 #include "images/images.h"
 #include "images/color.h"
 
@@ -84,7 +84,7 @@ parse_color(struct color *color, byte *s)
   color_make_rgb(color, (v >> 16) & 255, (v >> 8) & 255, v & 255);
 }
 
   color_make_rgb(color, (v >> 16) & 255, (v >> 8) & 255, v & 255);
 }
 
-#define MSG(x...) do{ if (verbose) log(L_INFO, ##x); }while(0)
+#define MSG(x...) do{ if (verbose) msg(L_INFO, ##x); }while(0)
 
 int
 main(int argc, char **argv)
 
 int
 main(int argc, char **argv)