# HG changeset patch # User June Park # Date 1767497871 28800 # Node ID 1c446ab6f945af5cf4421a5e9e2ae245c675c0e8 # Parent f07abbcd2ec561d0f7de40ba9901604af5bb23e3 [MrJuneJune] New Blog about writing Seobeo library. diff -r f07abbcd2ec5 -r 1c446ab6f945 hg-web/main.c --- a/hg-web/main.c Sat Jan 03 17:29:12 2026 -0800 +++ b/hg-web/main.c Sat Jan 03 19:37:51 2026 -0800 @@ -286,7 +286,8 @@ snprintf(command, sizeof(command), "hg -R %s serve --stdio 2>&1", REPO_ROOT); FILE *hg_pipe = popen(command, "r+"); - if (!hg_pipe) { + if (!hg_pipe) + { Seobeo_Log(SEOBEO_DEBUG, "Failed to open pipe\n"); return resp; } diff -r f07abbcd2ec5 -r 1c446ab6f945 mrjunejune/src/blog/index.html --- a/mrjunejune/src/blog/index.html Sat Jan 03 17:29:12 2026 -0800 +++ b/mrjunejune/src/blog/index.html Sat Jan 03 19:37:51 2026 -0800 @@ -9,6 +9,10 @@

Blogs