From 8bdab8534ca9f33829a51aac7d28b5e4d4dfd550 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Wed, 22 Apr 2020 14:00:04 +0200 Subject: [PATCH] conftree: also use path_open() for writing instead of local eq. (no real change). Less verbosity --- src/utils/conftree.cpp | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/src/utils/conftree.cpp b/src/utils/conftree.cpp index 1f136a78..7053c0b5 100644 --- a/src/utils/conftree.cpp +++ b/src/utils/conftree.cpp @@ -242,8 +242,8 @@ ConfSimple::ConfSimple(const char *fname, int readonly, bool tildexp, } fstream input = path_open(fname, mode); if (!input.is_open()) { - LOGDEB("ConfSimple::ConfSimple: fstream(w)("<