From b6543c169cc3dd1b0f7263bd3d70f70c7d67d1bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Courr=C3=A8ges-Anglas?= Date: Thu, 20 Feb 2014 02:07:45 +0100 Subject: Make some members of struct rp_input_line size_t. --- src/data.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/data.h b/src/data.h index 2be9a98..f4bd185 100644 --- a/src/data.h +++ b/src/data.h @@ -359,9 +359,9 @@ struct rp_input_line char *buffer; char *prompt; char *saved; - int position; - int length; - int size; + size_t position; + size_t length; + size_t size; rp_completions *compl; Atom selection; int history_id; -- cgit v1.2.3