Matt Whitlock
Results
21
issues of
Matt Whitlock
Commit 531845971cf94d8e5c0de67c8531578bc2656353 broke the build without SQLite because this code: new = tal_fmt(NULL, template, IF_SQLITE3(sqlite3_libversion_number())); preprocesses into: new = tal_fmt(NULL, template, ); which has a syntax error. Fix it by...