X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fcallint.c;h=faa910db989d2834beb3131281d6192088e2bb78;hb=27ea365b3903728593fb2726e9336c1b49eb9f4f;hp=b3abc7b063051dc19d99d8dc522ff11a36995d8f;hpb=1d9bc86590766427e2431876a50d78206a99edd5;p=chise%2Fxemacs-chise.git- 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 */