go-sip-ua icon indicating copy to clipboard operation
go-sip-ua copied to clipboard

Avoid overflow int for arm architecture

Open chumvan opened this issue 2 years ago • 0 comments

Reason

auth.nc with the int type creates overflow int once building for arm architecture ( in my case Raspberry Pi 3) ## Solution Typecasting auth.nc for the if clause.

chumvan avatar Oct 10 '22 07:10 chumvan