summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/windows/leashdll/krb5routines.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/windows/leashdll/krb5routines.c b/src/windows/leashdll/krb5routines.c
index b98abe7fa..48240bfc9 100644
--- a/src/windows/leashdll/krb5routines.c
+++ b/src/windows/leashdll/krb5routines.c
@@ -1468,7 +1468,7 @@ multi_field_dialog(HWND hParent, char * preface, int n, struct textField tb[])
extern HINSTANCE hLeashInst;
size_t maxwidth = 0;
int numlines = 0;
- int len;
+ size_t len;
char * plines[16], *p = preface ? preface : "";
int i;