Move error reporting into its own source file

This doesn't really seem to belong in save_git.c.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-10-26 14:33:02 +02:00
parent 2c67b387ea
commit 6ec7d2d877
3 changed files with 47 additions and 36 deletions

View file

@ -40,6 +40,7 @@ set(SUBSURFACE_CORE_LIB_SRCS
divesite.cpp
divelist.c
equipment.c
errorhelper.c
file.c
gas-model.c
git-access.c