Ticket #66269: patch-tiger-format-specifier.diff

File patch-tiger-format-specifier.diff, 555 bytes (added by ballapete (Peter "Pete" Dyballa), 17 months ago)

Corrected patch

  • src/glx/apple/apple_cgl.c

    old new  
    8989
    9090   apple_cgl.get_version(&apple_cgl.version_major, &apple_cgl.version_minor);
    9191
    92    apple_glx_diagnostic("CGL major %d minor %d\n", apple_cgl.version_major, apple_cgl.version_minor);
     92   apple_glx_diagnostic("CGL major %ld minor %ld\n", apple_cgl.version_major, apple_cgl.version_minor);
    9393
    9494   if (1 != apple_cgl.version_major) {
    9595      fprintf(stderr, "WARNING: the CGL major version has changed!\n"