Fixed O(n) insertion of debug strings (bug 4495, r=fyren).
This commit is contained in:
@@ -269,7 +269,10 @@ enum {
|
||||
|
||||
typedef struct s_stringlist {
|
||||
struct s_stringlist *next;
|
||||
char *line;
|
||||
union {
|
||||
char *line;
|
||||
struct s_stringlist *tail;
|
||||
};
|
||||
} stringlist;
|
||||
|
||||
typedef struct s_stringpair {
|
||||
|
||||
Reference in New Issue
Block a user