@@ -248,12 +248,11 @@ if ((obj = va_arg(ctx->args, id)) != nil) tmp_len = asprintf(&tmp, ctx->subfmt, [[obj description] cString]); else - if (!append_str(ctx, "(nil)", 5)) - return false; + tmp_len = asprintf(&tmp, ctx->subfmt, "(nil)"); } @catch (id e) { free(ctx->buf); @throw e; } @finally { [pool release];