IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 11, 2016, 10:23:42 PM (10 years ago)
Author:
eugene
Message:

modify to pass with extremely pedantic build; force consistency for signed vs unsigned and int sizes; various relastro updates

Location:
trunk/Ohana
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana

  • trunk/Ohana/src/kapa2/src/PNGit.c

    r33650 r39457  
    3232  }
    3333
    34   png_ptr = png_create_write_struct (PNG_LIBPNG_VER_STRING, (png_voidp) NULL, (png_voidp) NULL, (png_voidp) NULL);
     34  png_ptr = png_create_write_struct (PNG_LIBPNG_VER_STRING, NULL, NULL, NULL);
    3535  if (!png_ptr) {
    3636    fprintf (stderr, "can't get png structure\n");
     
    4242  if (!info_ptr) {
    4343    fprintf (stderr, "can't get png info structure\n");
    44     png_destroy_write_struct (&png_ptr, (png_infopp) NULL);
     44    png_destroy_write_struct (&png_ptr, NULL);
    4545    fclose (f);
    4646    return (TRUE);
Note: See TracChangeset for help on using the changeset viewer.