diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2025-06-22 12:55:58 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-06-22 12:55:58 +0530 |
commit | 18d0d7f3f62216898c76a7404f16743f4086726d (patch) | |
tree | 0299c1dbf530b163b855703ad5cacc43e6316fa2 /src/main.c | |
parent | 751068c825d4eef93aab6f8c708fe0f64cf27323 (diff) |
(engine): maintain a list of content headers
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -117,6 +117,7 @@ main(int argc, char **argv) for (x = (char **) html_resources; *x != NULL; x++) { asprintf(&filepath, "%s.html", *x); + printf("HANDLING: %s\n", filepath); handle_file(filepath); free(filepath); } |