Add debug log call for tagfile errors.

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@2672 4a71c877-e1ca-e34f-864e-861f7616d084
master
Per Inge Mathisen 2007-10-30 16:58:35 +00:00
parent 63bee4d150
commit 5567ae6e4b
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ do { \
tag_error = true; \ tag_error = true; \
snprintf(errbuf, sizeof(errbuf), __VA_ARGS__); \ snprintf(errbuf, sizeof(errbuf), __VA_ARGS__); \
errbuf[sizeof(errbuf) - 1] = '\0'; /* Guarantee to nul-terminate */ \ errbuf[sizeof(errbuf) - 1] = '\0'; /* Guarantee to nul-terminate */ \
assert(false); \ ASSERT(!"tagfile error", errbuf); \
} while(0) } while(0)
// function to printf into errbuf the calling strack for nested groups on error // function to printf into errbuf the calling strack for nested groups on error