]> pilppa.org Git - libplp.git/blobdiff - src/FileUtil.cc
Removed warning from uninitialized and unused parameters.
[libplp.git] / src / FileUtil.cc
index 7d95bef1483b32a7a8333923c2d30cf1dbe2d571..0b97ff94521ffa185533d50a2b8b7b4359252962 100644 (file)
@@ -114,6 +114,7 @@ std::ofstream *FileUtil::open_for_writing(const char *f_path) {
        bool            b_flg;
 
        ret_val = NULL;
+       b_flg   = true;
        if (f_path != NULL) {
                b_count = strlen(f_path);
                if ((f_path[b_count - 1] != '/') &&