Fix missing initialization on rules-check utility

This commit is contained in:
Felipe Zimmerle
2017-02-25 14:33:32 -03:00
parent 6d61bd6b57
commit 9ea5b475b2
3 changed files with 18 additions and 4 deletions

View File

@@ -46,7 +46,7 @@ int main(int argc, char **argv) {
while (*args != NULL) {
struct stat buffer;
std::string argFull;
std::string argFull("");
const char *arg = *args;
std::string err;
int r;