このコミットが含まれているのは:
守矢諏訪子 2024-08-16 01:21:34 +09:00
コミット 8e036db3f6
1個のファイルの変更2行の追加0行の削除

ファイルの表示

@ -75,7 +75,9 @@ const char *display_host() {
if (!cmd) return "Unknown";
out = (char *)run_command_s(cmd);
#if defined(__linux__)
free((void *)cmd);
#endif
#if !defined(__HAIKU__)
to_cache("/tmp/farfetch/host", out);
#endif