pEmacs icon indicating copy to clipboard operation
pEmacs copied to clipboard

pEmacs - Perfect Emacs

Results 1 pEmacs issues
Sort by recently updated
recently updated
newest added

``` search.c:467:3: warning: ‘strncpy’ specified bound 80 equals destination size [-Wstringop-truncation] 467 | strncpy (&tpat[0], &pat[0], NPAT); /* salt it away */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -Wall -O2 -c tcap.c cc...