-
- Downloads
Fix expandtofit() and thus getdelim() (used by SBBSecho as of Oct-29-2013)
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.
Please register or sign in to comment