diff options
-rw-r--r-- | libbutl/filesystem.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbutl/filesystem.cxx b/libbutl/filesystem.cxx index b310dd8..80fc4d1 100644 --- a/libbutl/filesystem.cxx +++ b/libbutl/filesystem.cxx @@ -1573,7 +1573,7 @@ namespace butl // Match the pattern suffix (follows the last *) to the name trailing // characters. // - char pc; + char pc ('\0'); for (; rpi != rpe && (pc = *rpi) != '*' && rni != rne; ++rpi, ++rni) { #ifndef _WIN32 |