Conversation
Notices
-
Embed this notice
翠星石 (suiseiseki@freesoftwareextremist.com)'s status on Saturday, 14-Sep-2024 21:56:56 JST 翠星石 @lamp It looks like it just needs a small patch, like?; `if (fdht->base)`
As far as I can tell, that is an ill-formed null check, which can be done like; `if (fdht->base != NULL)`, or cleaner as; `if (fdht->base)`-
Embed this notice
lamp (lamp@kitty.haus)'s status on Saturday, 14-Sep-2024 21:56:57 JST lamp wow cool a program that has to be built from source that hasn’t been updated in 10 years so I guess I can’t
-
Embed this notice