summaryrefslogtreecommitdiff
path: root/src/execline/background.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/execline/background.c')
-rw-r--r--src/execline/background.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/execline/background.c b/src/execline/background.c
index d3e96ff..79771af 100644
--- a/src/execline/background.c
+++ b/src/execline/background.c
@@ -64,7 +64,7 @@ int main (int argc, char const **argv, char const *const *envp)
#else
char fmt[UINT64_FMT + 2] = "!=" ;
#endif
- register unsigned int i = 2 ;
+ register size_t i = 2 ;
i += uint64_fmt(fmt+i, (uint64)pid) ; fmt[i++] = 0 ;
#ifdef EXECLINE_OLD_VARNAMES
byte_copy(fmt+i, 8, "LASTPID=") ; i += 8 ;