]> git.seodisparate.com - SimpleArchiver/commit
Refactor error handling in archiver.c
authorStephen Seo <seo.disparate@gmail.com>
Mon, 10 Mar 2025 03:07:10 +0000 (12:07 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Mon, 10 Mar 2025 03:07:10 +0000 (12:07 +0900)
commit8d6dba6132679fb037ca80c82435d50c0930d615
treeef34044429a75f90b9c7deb3dfcecb5dd00cea4f
parent7aa16718289c9477b05e04c69d299d0ab9551305
Refactor error handling in archiver.c

Errors reported from a function in archiver.c called by main.c now
includes the line number in archiver.c where the error originated from.
src/archiver.c
src/archiver.h
src/main.c