Mercurial > hg > xemacs-beta
comparison lib-src/ootags.c @ 5923:61d7d7bcbe76 cygwin
merged heads after pull -u
author | Henry Thompson <ht@markup.co.uk> |
---|---|
date | Thu, 05 Feb 2015 17:19:05 +0000 |
parents | b3824b7f5627 |
children |
comparison
equal
deleted
inserted
replaced
5921:68639fb08af8 | 5923:61d7d7bcbe76 |
---|---|
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 |