%s not $s
authorLuke Leighton <lkcl@samba.org>
Wed, 3 Feb 1999 16:30:54 +0000 (16:30 +0000)
committerLuke Leighton <lkcl@samba.org>
Wed, 3 Feb 1999 16:30:54 +0000 (16:30 +0000)
source/client/clitar.c

index dcc176b9d145da87466fb7fb6a371336fcddec4f..fd43d37abb133156cde1e6645d669d28f5c68720 100644 (file)
@@ -1476,7 +1476,7 @@ int process_tar(void)
     } else {
       pstring mask;
       safe_strcpy(mask,cur_dir, sizeof(pstring));
     } else {
       pstring mask;
       safe_strcpy(mask,cur_dir, sizeof(pstring));
-      DEBUG(5, ("process_tar, do_list with mask: $s\n", mask));
+      DEBUG(5, ("process_tar, do_list with mask: %s\n", mask));
       safe_strcat(mask,"\\*", sizeof(pstring));
       do_list(mask,attribute,do_tar,False, True);
     }
       safe_strcat(mask,"\\*", sizeof(pstring));
       do_list(mask,attribute,do_tar,False, True);
     }