*** bogl-font.c	2015-08-18 18:16:24.464013936 +0200
--- bogl-font-new.c	2015-08-18 18:07:25.770785000 +0200
***************
*** 247,253 ****
  	  row = font_height - descent - bby - bbh + i;
  	  if (row < 0 || row >= font_height)
  	    continue;
! 	  bm[row] = strtol (line, NULL, 16) << (32 - 4 * strlen (line) - bbx);
  	}
      }
  
--- 247,253 ----
  	  row = font_height - descent - bby - bbh + i;
  	  if (row < 0 || row >= font_height)
  	    continue;
! 	  bm[row] = strtoul (line, NULL, 16) << (32 - 4 * strlen (line) - bbx);
  	}
      }
  
