Mercurial > hg > xemacs-beta
diff lib-src/ootags.c @ 5922:4b055de36bb9 cygwin
merging heads 2
author | Henry Thompson <ht@markup.co.uk> |
---|---|
date | Fri, 27 Feb 2015 17:47:15 +0000 |
parents | b3824b7f5627 |
children |
line wrap: on
line diff
--- a/lib-src/ootags.c Wed Apr 23 22:22:37 2014 +0100 +++ b/lib-src/ootags.c Fri Feb 27 17:47:15 2015 +0000 @@ -4869,7 +4869,7 @@ *t++ = *out; *t = '\0'; - if (DEBUG && (t > result + size || t - result != strlen (result))) + if (DEBUG && (t > result + size || t - result != (int) (strlen (result)))) abort (); return result;