Hamlib/rigs/pcr
Daniele Forsi IU5HKX 10180a6dc2 Fix sign of error return values
All RIG_E* constants should be negated when returned or compared.

Fixed with:
perl -pe 's/return RIG_E/return -RIG_E/' -i $(grep -lEr "return RIG_E" --include=*.{c,h})
perl -pe 's/= RIG_E/= -RIG_E/g' -i $(grep -lEr "= RIG_E" --include=*.{c,h})
2025-06-07 12:07:44 +02:00
..
Android.mk Change all to remove HAVE_CONFIG dependency and include <hamlib/config.h> by default 2022-02-04 07:41:36 -06:00
Makefile.am Directory migration to new layout 2020-01-17 09:22:44 -06:00
pcr.c Fix sign of error return values 2025-06-07 12:07:44 +02:00
pcr.h Change token_t to hamlib_token_t to avoid collsions with libbsm and others 2024-01-21 23:11:55 -06:00
pcr100.c Fix ptt_share segmentation fault 2023-11-23 15:00:05 -06:00
pcr1000.c Fix ptt_share segmentation fault 2023-11-23 15:00:05 -06:00
pcr1500.c Fix ptt_share segmentation fault 2023-11-23 15:00:05 -06:00
pcr2500.c Fix ptt_share segmentation fault 2023-11-23 15:00:05 -06:00