Advertisement
Guest User

Untitled

a guest
Jun 19th, 2014
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.24 KB | None | 0 0
  1. fz_page_block *block;
  2.     for (block = page->blocks;
  3.         block < page->blocks + page->len; block++) {
  4.         if (block->type == FZ_PAGE_BLOCK_TEXT) {
  5.             fz_text_block tBlock = block->u.text; // here i get Field 'text' could not be resolved
  6.         }
  7.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement