Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
5921:68639fb08af8 | 5922:4b055de36bb9 |
---|---|
4867 } | 4867 } |
4868 else | 4868 else |
4869 *t++ = *out; | 4869 *t++ = *out; |
4870 *t = '\0'; | 4870 *t = '\0'; |
4871 | 4871 |
4872 if (DEBUG && (t > result + size || t - result != strlen (result))) | 4872 if (DEBUG && (t > result + size || t - result != (int) (strlen (result)))) |
4873 abort (); | 4873 abort (); |
4874 | 4874 |
4875 return result; | 4875 return result; |
4876 } | 4876 } |
4877 | 4877 |