Karl Dahlke <[email protected]> writes: > Like name is assigned the string produced by htmlAttrVal() in format.c, > returning a c string of course,
The only call sites for htmlAttrVal are in html.cpp. It would be best to move it there and make it static. But point well taken. There are probably other cross-module issues waiting in the wings. -- Chris _______________________________________________ Edbrowse-dev mailing list [email protected] http://lists.the-brannons.com/mailman/listinfo/edbrowse-dev
