mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
Closes: https://trac.macports.org/ticket/66912 See: https://github.com/NCAR/ncl/issues/187
21 lines
491 B
Diff
21 lines
491 B
Diff
--- ni/src/lib/hlu/Format.c.orig 2019-02-28 08:44:39.000000000 +0900
|
|
+++ ni/src/lib/hlu/Format.c 2023-03-09 15:33:04.000000000 +0900
|
|
@@ -940,7 +940,7 @@
|
|
NGCALLF(cpinrc,CPINRC)();
|
|
|
|
{
|
|
- int len1,len2,len3,len4;
|
|
+ long len1,len2,len3,len4;
|
|
NGstring cex1_f;
|
|
NGstring cex2_f;
|
|
NGstring cex3_f;
|
|
@@ -1283,7 +1283,7 @@
|
|
NGCALLF(cpinrc,CPINRC)();
|
|
|
|
{
|
|
- int len1,len2,len3,len4;
|
|
+ long len1,len2,len3,len4;
|
|
NGstring cex1_f;
|
|
NGstring cex2_f;
|
|
NGstring cex3_f;
|