-
rswindell authored
for all builds using 32-bit longs due to numeric integer overflow as reported by GCC ("warning: integer overflow in expression") and MSVC ("warning C4307: '+' : integral constant overflow") thus causing expandtofit() to always return -1 and getdelim() to always fail.rswindell authoredfor all builds using 32-bit longs due to numeric integer overflow as reported by GCC ("warning: integer overflow in expression") and MSVC ("warning C4307: '+' : integral constant overflow") thus causing expandtofit() to always return -1 and getdelim() to always fail.
Loading