No subject


Mon May 30 07:13:06 PDT 2011


777 _init_logfile (void)
778 {
780     const char *filename;
819     filename = getenv ("CAIRO_TRACE_OUTFILE_EXACT");
820     if (filename == NULL) {
821         char buf[4096], name[4096] = "";
834         filename = buf;
837     }
839     logfile = fopen (filename, "wb");

while this is likely to work, there's no requirement that it do so.

PATCH:
https://bugs.meego.com/attachment.cgi?id=4996&action=diff

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the cairo-bugs mailing list