X-Git-Url: http://andersk.mit.edu/gitweb/splint.git/blobdiff_plain/1b8ae6904556859bbe91aadf35b8adcc1a0611ce..b87215ab641c38a5509a608751384ebb9f4f8bf9:/src/abstract.c diff --git a/src/abstract.c b/src/abstract.c index 7f55b8d..978ab86 100644 --- a/src/abstract.c +++ b/src/abstract.c @@ -17,8 +17,8 @@ ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, ** MA 02111-1307, USA. ** -** For information on splint: splint@cs.virginia.edu -** To report a bug: splint-bug@cs.virginia.edu +** For information on splint: info@splint.org +** To report a bug: splint-bug@splint.org ** For more information: http://www.splint.org */ /* @@ -1078,7 +1078,7 @@ importNode_makeBracketed (/*@only@*/ ltoken t) static cstring extractQuote (/*@only@*/ cstring s) { - int len = cstring_length (s); + size_t len = cstring_length (s); char *sc = cstring_toCharsSafe (s); cstring t;