> Modified: trunk/netsurf/render/html.h > URL: > http://source.netsurf-browser.org/trunk/netsurf/render/html.h?rev=8820&r1=8819&r2=8820&view=diff > ============================================================================== > --- trunk/netsurf/render/html.h (original) > +++ trunk/netsurf/render/html.h Mon Jul 27 08:49:10 2009 > @@ -136,7 +136,7 @@ > /** Number of entries in stylesheet_content. */ > unsigned int stylesheet_count; > /** Stylesheets. Each may be 0. */ > - struct content **stylesheet_content; > + struct nscss_import *stylesheets; > /**< Style selection context */ > css_select_ctx *select_ctx;
This has broken the Amiga build. I don't understand what needs to be changed to fix it, as we now only have one pointer rather than an array of pointers. COMPILE: amiga/save_complete.c amiga/save_complete.c: In function 'save_complete_html': amiga/save_complete.c:124: error: 'struct content_html_data' has no member named 'stylesheet_content' amiga/save_complete.c: In function 'save_imported_sheets': amiga/save_complete.c:323: error: incompatible types in initialization Regards Chris
