Merge branch 'master' of tourmaline:git/libStreamedXML

This commit is contained in:
Laurence Withers 2006-09-29 10:51:41 +01:00
commit 25af0958a6
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ static void default_notWellFormed(const struct csxml* ctx, const char* reason)
static void default_outOfMemory(const struct csxml* ctx, size_t amount)
{
(void)ctx;
fprintf(stderr, "Streamed XML parser: out of memory allocating %lu bytes\n", amount);
fprintf(stderr, "Streamed XML parser: out of memory allocating %lu bytes\n", (unsigned long)amount);
}