]> Dogcows Code - chaz/tar/blobdiff - src/buffer.c
Bugfixes.
[chaz/tar] / src / buffer.c
index 8e1bb9b24aea0dcbd51851cf5213ea3757ea4921..dfc8456db73940d993f2eb00801e60942748784e 100644 (file)
@@ -1374,7 +1374,7 @@ static bool
 check_label_pattern (const char *label)
 {
   char *string;
-  bool result;
+  bool result = false;
 
   if (fnmatch (volume_label_option, label, 0) == 0)
     return true;
This page took 0.019564 seconds and 4 git commands to generate.