~haggai-eran/nux/rtl-rebased

« back to all changes in this revision

Viewing changes to NuxImage/RGBE.cpp

  • Committer: Jay Taoko
  • Date: 2011-10-21 23:49:15 UTC
  • mfrom: (508.1.2 nux-20)
  • Revision ID: jay.taoko@canonical.com-20111021234915-hnzakb5ndebica8i
* Removed custom Nux types: t_u32, t_s32, t_bool, ...

Show diffs side-by-side

added added

removed removed

Lines of Context:
269
269
    {
270
270
      info.valid |= RGBE_VALID_PROGRAMTYPE;
271
271
 
272
 
      for (i = 0; i < (t_s32) sizeof(info.programtype) - 1; i++)
 
272
      for (i = 0; i < (int) sizeof(info.programtype) - 1; i++)
273
273
      {
274
274
        if ((buf[i+2] == 0) || isspace(buf[i+2]))
275
275
          break;