X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=src%2Fcallint.c;h=faa910db989d2834beb3131281d6192088e2bb78;hp=b3abc7b063051dc19d99d8dc522ff11a36995d8f;hb=21db8709c0c2dcedbd278c7fe571290d5ce80a71;hpb=02f4d2761a98c5cb9d5b423d2361160a5d8c9ee4 diff --git a/src/callint.c b/src/callint.c index b3abc7b..faa910d 100644 --- a/src/callint.c +++ b/src/callint.c @@ -573,7 +573,7 @@ when reading the arguments. int prompt_length; prompt_length = ((prompt_limit) ? (prompt_limit - prompt_start) - : strlen (prompt_start)); + : (int) strlen (prompt_start)); if (prompt_limit && prompt_limit[1] == 0) { prompt_limit = 0; /* "sfoo:\n" -- strip tailing return */