]> mj.ucw.cz Git - libucw.git/blobdiff - images/io-libungif.c
ucw docs: Array sorter
[libucw.git] / images / io-libungif.c
index b3e8960a39fc6b1d3adff9c3df675425df65774d..ac0f51f29b4e94a2892264dbce61e35f9163e93e 100644 (file)
@@ -9,9 +9,9 @@
 
 #undef LOCAL_DEBUG
 
-#include "lib/lib.h"
-#include "lib/mempool.h"
-#include "lib/fastbuf.h"
+#include "ucw/lib.h"
+#include "ucw/mempool.h"
+#include "ucw/fastbuf.h"
 #include "images/images.h"
 #include "images/error.h"
 #include "images/color.h"
@@ -190,8 +190,8 @@ libungif_read_data(struct image_io *io)
                return 0;
              }
 #        define DO_ROW_END do{ \
-             walk_row_start += dein_step; \
-             while (walk_row_start >= img_end) \
+             walk_row_start += dein_step; \
+             while (walk_row_start >= img_end) \
                { uns n = dein_next >> 1; walk_row_start = rdi.image->pixels + n, dein_step = dein_next; dein_next = n; } \
            }while(0)
 #        define IMAGE_WALK_PREFIX(x) walk_##x