Index: src/uk/me/parabola/imgfmt/app/Label.java =================================================================== --- src/uk/me/parabola/imgfmt/app/Label.java (revision 1283) +++ src/uk/me/parabola/imgfmt/app/Label.java Mon Mar 15 15:39:56 GMT 2010 @@ -64,7 +64,7 @@ * @return The offset within the LBL file of this string. */ public int getOffset() { - if (text == null) + if (text == null || text.isEmpty()) return 0; else return offset;