aboutsummaryrefslogtreecommitdiff
path: root/instrument-functions.c
diff options
context:
space:
mode:
authorRose <83477269+AtariDreams@users.noreply.github.com>2023-05-08 19:02:21 -0400
committerRose <83477269+AtariDreams@users.noreply.github.com>2023-05-08 19:02:21 -0400
commit9dc97f3ab68c4ca1af93bb9d093a5570fe42b20f (patch)
treedfcd68d0c3117d21ab24c17e49a94e40a66ad51f /instrument-functions.c
parentd70e9a2b36a52f673dd35e8492dc862445c3207e (diff)
Use the intended date types for variables passed as or compared to other types.
Diffstat (limited to 'instrument-functions.c')
-rw-r--r--instrument-functions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/instrument-functions.c b/instrument-functions.c
index 2c1ad332..67bcbd3e 100644
--- a/instrument-functions.c
+++ b/instrument-functions.c
@@ -77,7 +77,7 @@ static void print_debug(void *this_fn, void *call_site, action_type action)
static int instrument_set;
static int instrument_off;
static int instrument_global;
- int i;
+ long i;
if (!instrument_set) {
static char *instrument_type;