[libpng14] Revert 12 -> 12U change in pngrutil.c
diff --git a/pngrutil.c b/pngrutil.c
index 60ac03e..edf11b9 100644
--- a/pngrutil.c
+++ b/pngrutil.c
@@ -1772,7 +1772,7 @@
 
    /* We need to have at least 12 bytes after the purpose string
       in order to get the parameter information. */
-   if (slength < 12U || endptr - buf <= 12U)
+   if (slength < 12U || endptr - buf <= 12)
    {
       png_warning(png_ptr, "Invalid pCAL data");
       png_free(png_ptr, png_ptr->chunkdata);